Skip to content

A web app to generate questions for PDF DOC you upload on-the-go!

License

Notifications You must be signed in to change notification settings

D-Palamala-Sai-Niharika/QuizEasy

 
 

Repository files navigation

✨ QuizEasy ✨

🔧 Built Using

A web app to generate questions for PDF DOC you upload on-the-go! QuizEasy aims to cut down on the hassle of relying on the last minute preparation, question banks, and cramming of portions, instead, it makes learning intuitive by making the Natural Language Processing (NLP) algorithm do the heavy lifting of framing questions from the materials and helps the user to practice the concepts while studying on the go.

✨Features

  • Resource Saving
  • Self Analysis and Evaluation
  • Automatic Question Generation (AQG)

⚡️Skill set

  • Frontend: HTML, CSS, JavaScript, Bootstrap
  • Backend: Flask
  • IDE: VS Code
  • Version Control: Git and GitHub
  • Database: Sqllite3

🚀How to Get Started?

Setup

  • Fork and Clone the repo using
$ git clone https://github.com/KG-1510/QuizEasy.git
$ cd QuizEasy
  • Setup Virtual environment
$ python3 -m venv env
  • Activate the virtual environment
$ source env/bin/activate
  • Install dependencies using
$ pip install -r requirements.txt
  • Install SpaCy model from the link below

https://spacy.io/models/en#en_core_web_md

  • Run Flask server using
$ python app.py

Requirements Up To Date Python

📌Prerequisites

  • Firefox: version 4 and up
  • Chrome: any version
  • Safari: version 5.2 and up
  • Internet Explorer/Edge: version 8 and up
  • Opera: version 9 and up

✨Contributors

Kushagra Gupta

Kushagra Gupta

Ishan Sethi

Ishan Sethi

Niharika

Niharika

❤️ Note to new contributors

Thank you for considering and taking the time to contribute! Before contributing kindly read and follow Code of Conduct. Also refer the MIT License.


Crafted with by QuizEasy

About

A web app to generate questions for PDF DOC you upload on-the-go!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.1%
  • CSS 30.4%
  • Python 22.1%
  • JavaScript 2.4%