Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Quiz Generator from Folder Files for Personalized Practice #982

Merged
merged 12 commits into from
Oct 12, 2024

Conversation

NamanVer02
Copy link
Contributor

@NamanVer02 NamanVer02 commented Oct 11, 2024

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

  • This issue was assigned to me.
  • One Change in one Pull Request
  • My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
  • I am following clean code and Documentation and my code is well linted with flake8.
  • I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
  • I have used REPO README TEAMPLATE (Necessary)
  • Just including required dependencies in requirements.txt (Don't include Python version too)

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations!! 🎉 @NamanVer02 for making your first PR. We will review the changes soon and merge finally.😊 Do give a star ⭐ meanwhile if you like this project.

@pawangeek
Copy link
Contributor

@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"

@pawangeek pawangeek linked an issue Oct 12, 2024 that may be closed by this pull request
1 task
@NamanVer02
Copy link
Contributor Author

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

@pawangeek pawangeek merged commit a7e2735 into python-geeks:main Oct 12, 2024
2 checks passed
@pawangeek pawangeek added hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Supporting Hacktoberfest hacktoberfest-accepted Supporting completion of hacktober fest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automated Quiz Generator from Folder Files for Personalized Practice
2 participants