MLH-Quizzet

(β˜… 97)

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.

  • .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 Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ 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