https://github.com/darren277/madlibs
A toy project using NLP for creating madlibs. Build in Python using Flask to serve it and Spacy for the language processing.
https://github.com/darren277/madlibs
flask nlp python spacy
Last synced: 2 months ago
JSON representation
A toy project using NLP for creating madlibs. Build in Python using Flask to serve it and Spacy for the language processing.
- Host: GitHub
- URL: https://github.com/darren277/madlibs
- Owner: darren277
- Created: 2021-08-26T15:57:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T12:18:13.000Z (3 months ago)
- Last Synced: 2025-02-28T18:54:33.340Z (3 months ago)
- Topics: flask, nlp, python, spacy
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# madlibs
## About
A toy project using NLP for creating madlibs. Build in Python using Flask to serve it and Spacy for the language processing.
## How to Use
TBD...
### Spacy
Don't forget to download a model for spacy (e.g.: `en_core_web_sm`).
Run: `python -m spacy download en_core_web_sm`.