MLH-Quizzet
This is a smart Quiz Generator that generates a dynamic quiz from any uploaded text/PDF document using NLP. This can be used for self-analysis, question paper generation, and evaluation, thus reducing human effort.
File Explorer
Download Latest Version (.zip)- bug_report.md
- custom.md
- feature_request.md
- auto_assign.yml
- config.yml
- PULL_REQUEST_TEMPLATE.md
- stale.yml
- quiz.css
- results.css
- style.css
- helvetica.ttf
- index.html
- quiz.html
- result.html
- .gitignore
- .gitpod.yml
- app.py
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- incorrect_answer_generation.py
- LICENSE
- question_extraction.py
- question_generation_main.py
- README.md
- requirements.txt
- workers.py
# Installation Guide
1. Get the code
git clone https://github.com/PragatiVerma18/MLH-Quizzet
Downloads the entire project code from GitHub to your computer.
cd MLH-Quizzet
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ python3 -m venv env
Runs the Python script (or module).
$ pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
