Skip to content

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.

Notifications You must be signed in to change notification settings

rutujakokate430/GenerateQuizFromLectureNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

image

Now, Just upload your Lecture Notes.

image

TA DA............ ! Your Quiz is ready !

image

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages