This LLM App accepts a PDF file Lecture Notes and Generates Quiz questions using the data from the Lecture Notes. The Quiz Questions Generated are Multiple Choice and have one correct answer and 3 Incorrect Options. It will Also give you the Correct Answer.
Here's the recipe for my App
- PyPDF2 python Library to load the Lecture Notes pdf content.
- Prompt Template to Instructing LLM about the data and questions it needs to generate.
- LLMChain to chain the prompt.
- LLM: OpenAI
- Streamlit for the UI
Here are Screenshots for your reference.
Now, Just upload your Lecture Notes.
TA DA............ ! Your Quiz is ready !