python-geeks / Automation-scripts

Repo for creating awesome automation scripts to make my panda lazier
MIT License
1.04k stars 562 forks source link

Automated Quiz Generator from Folder Files for Personalized Practice #982

Closed NamanVer02 closed 1 month ago

NamanVer02 commented 1 month ago

Script name - Automated Quiz Generator from Folder Files for Personalized Practice

Brief about script This script automates the process of generating quizzes by extracting content from PDF files stored in a specified folder. It uses a large language model (LLM) to intelligently analyze the text, formulate questions, and generate a quiz based on the extracted information. The generated quiz is saved as a text document, making it easy for users to review and practice the material. This tool is ideal for educators, students, or anyone looking to create personalized quizzes from their study materials.

Issue no. - #966

Self Check

pawangeek commented 1 month ago

@NamanVer02 please add dependencies like this "I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script"

NamanVer02 commented 1 month ago

@pawangeek Ohh I completely missed on that. I updated the readme as required now.