https://github.com/akshaypratapsingh09/quizzy---nlp-based-question-generator
NLP based Flask App for dynamic Question Generation
https://github.com/akshaypratapsingh09/quizzy---nlp-based-question-generator
flask nlp-machine-learning spacy-nlp
Last synced: 3 months ago
JSON representation
NLP based Flask App for dynamic Question Generation
- Host: GitHub
- URL: https://github.com/akshaypratapsingh09/quizzy---nlp-based-question-generator
- Owner: AkshayPratapSingh09
- Created: 2024-06-01T12:08:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T12:44:28.000Z (about 2 years ago)
- Last Synced: 2025-01-19T16:28:40.165Z (over 1 year ago)
- Topics: flask, nlp-machine-learning, spacy-nlp
- Language: Jupyter Notebook
- Homepage: https://quizzy-nlp-based-question-generator.onrender.com/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML-NLP Based Questions Generator
Feed it a document with Data and it will scrap the data from it and generates question based on the Data.
## Steps to Use-
- Make an env or avoid
```
python -m venv devenv
```
```
denvenv/Scripts/Activate
```
```
pip install -r requirements.txt
```
- Install spacy Model
```
python -m spacy download en_core_web_sm
```
-Now Run the App :
```
python app.py
```