Skip to content

izz-hadri/Question-Generator-using-Django

Repository files navigation

Question-Generator-using-Django

  1. download python: https://www.microsoft.com/store/productId/9P7QFQMJRFP7

  2. open cmd

  3. write: python -m pip install Django

  4. check django: python -m django --version

  5. go to project directory: cd path/to/project

  6. install packages: https://aka.ms/vs/16/release/vc_redist.x64.exe pip install --upgrade pip pip install wheel pip install nltk pip install yake pip install flashtext==2.7 pip install transformers==4.9.0 pip install sentencepiece==0.1.96 pip install pytorch-lightning==1.3.8 pip install torchtext==0.10.0

  7. run server: python manage.py runserver

  8. open browser and go to localhost: http://127.0.0.1:8000/

Additional info: First time execution might take several minutes to generate a question due to downloading process.

About

A website that can generate a quiz! I am using Django to create the web app and T5 to train the models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published