/quizGenerator

Automated question generator using NLP.

Primary LanguageJavaScript

quizGenerator

Automated question generator using NLP.

Setting up

NOTE: We use python3 by default.

Create a virtual environment using venv.

If you do not have venv installed

sudo apt-get install python3-venv

Create a virtual enviroment using

python3 -m venv ./venv

Activate the virtual enviroment using

source venv/bin/activate

Install dependencies using

pip3 install -r requirements.txt

Run the server using

python3 app.py