https://github.com/imranmaj/gfqg
Gap filled question generator
https://github.com/imranmaj/gfqg
flask nltk python question-generator rake-nltk
Last synced: 11 months ago
JSON representation
Gap filled question generator
- Host: GitHub
- URL: https://github.com/imranmaj/gfqg
- Owner: imranmaj
- License: mit
- Created: 2019-05-22T01:24:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:34:25.000Z (about 3 years ago)
- Last Synced: 2025-04-23T19:48:09.096Z (about 1 year ago)
- Topics: flask, nltk, python, question-generator, rake-nltk
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GFQG
### Gap Filled Question Generator
Generates fill-in-the-blank questions from given text
## Running
This repository will run out of the box on Heroku.
If you are running it locally, run `pip install -r requirements.txt` to install the necessary dependencies. Then run `python server.py` and navigate to `localhost:5000`.
## Demo
The demo (should be) live on [http://gfqg.herokuapp.com/](http://gfqg.herokuapp.com/). It may take some time to load if the server is asleep.