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
- Tried out many different AI APIs and found out most of them were paid
- Settled on GPT-NEO (by EleutherAI)
- Had many errors when running
- then took 3 hours to process
- fixed it by downgrading
- Added all the .csv code
- polished it up
Challenges I ran into
- most AI APIs were Paid
- GPT-Neo wasn't working
Accomplishments that I'm proud of
- It worked
- Figured out how to make a dialogue box
What I learned
- How AI worked
- How to make dialogue boxes
What's next for Neoptolemus Study Helper
Become more refined at making questions

Log in or sign up for Devpost to join the conversation.