https://github.com/bendavidaaron/sklearn-flask-demo
Demo for my SF python lighting talk
https://github.com/bendavidaaron/sklearn-flask-demo
Last synced: 3 months ago
JSON representation
Demo for my SF python lighting talk
- Host: GitHub
- URL: https://github.com/bendavidaaron/sklearn-flask-demo
- Owner: BenDavidAaron
- Created: 2018-05-01T19:04:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T21:43:22.000Z (about 7 years ago)
- Last Synced: 2025-01-18T03:28:35.396Z (5 months ago)
- Language: Python
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sklearn-flask-demo
Hey all, this is the demo app for my lighting talk at [this event](https://www.meetup.com/sfpython/events/250124870/).To demonstrate loading and using a Scikit Learn estimator in a Flask app, you can just run `app.py` in a tmux session. Then run `make-requests.py` in another session, or check `0.0.0.0:33507` in your browser.