An open API service indexing awesome lists of open source software.

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

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
```