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

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.

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