Ever had a professor who never gave any practice exams, or are you a TA who has to spend hours coming up with and writing tests? We are here for you. As students, we have always faced the constant issues of finding material to study for and practice for upcoming exams.
Exam.ly accepts PDFs of any course content, articles, or information of any kind, and generates an entirely new set of problems to test your knowledge, using GPT-3.
- run
pip -r install requirements.txt - create
.envfile based on.env-example - run
app.py
- Flask
- GPT3
- GPT3 API does not accept queries above certain treshold, meaning not all queries are going to work (~4000 tokens max)
- The following repo is TreeHacks 2023 submission.