Inspiration

A problem I always have is finding practice questions for studying so I decided to make a program that could turn my notes into practice questions.

What it does

It takes your notes (in .csv files) and makes practice questions out of it through the power of AI!

How I built it

  1. Tried out many different AI APIs and found out most of them were paid
  2. Settled on GPT-NEO (by EleutherAI)
  3. Had many errors when running
  4. then took 3 hours to process
  5. fixed it by downgrading
  6. Added all the .csv code
  7. polished it up

Challenges I ran into

  1. most AI APIs were Paid
  2. GPT-Neo wasn't working

Accomplishments that I'm proud of

  1. It worked
  2. Figured out how to make a dialogue box

What I learned

  1. How AI worked
  2. How to make dialogue boxes

What's next for Neoptolemus Study Helper

Become more refined at making questions

Built With

Share this project:

Updates