QuizInspector is an AI-based quiz analyzer for educators. This program scans a PDF and sends the PDF contents to OpenAI. The default prompt analyzes the difficulty of each problem for the audience. Users can also receive sample answers for good, average, poor students and the relevancy of the questions to the target audience.
The sample PDFs include:
sample_math.pdf - 2 Page, 2nd Grade Math
sample_history.pdf - 1 Page, 11th Grade US History
The requirements are also listed in requirements.txt
-pillow
-pytesseract
-PyMuPDF
-openai
-bottle