Skip to content

lpmi-13/tinderflow-python

Repository files navigation

this is a demo of using nltk, flask, and angular to get a glimpse into what a machine learning model might see as it's learning to classify things.

this currently only runs in python2

after installing (pip install -r requirements.txt), you'll also need to download the nltk data:

$ import nltk
$ nltk.downloader('all')

then

$ python2 app.py

About

a python implementation of allowing users to update a machine learning model via a UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors