https://github.com/withoutcoffee/simple_flask_api
Simple Flask API
https://github.com/withoutcoffee/simple_flask_api
Last synced: 11 months ago
JSON representation
Simple Flask API
- Host: GitHub
- URL: https://github.com/withoutcoffee/simple_flask_api
- Owner: withoutCoffee
- License: mit
- Created: 2020-06-17T08:57:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T05:34:58.000Z (over 5 years ago)
- Last Synced: 2025-04-25T20:56:14.446Z (about 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple_Flask_API
📎Simples API REST para servir como start no estudo sobre como colocar um modelo de ML em produção. utilizando as tecnologias:
- [👉flask](https://flask.palletsprojects.com/en/1.1.x/)
- [👉flask_restful](https://flask-restful.readthedocs.io/en/latest/quickstart.html)
- [👉numpy](https://numpy.org/install/)
- [👉matplotlib](https://matplotlib.org/gallery/index.html#)
- [👉sklearn](https://scikit-learn.org/stable/getting_started.html)
- [👉pickle](https://scikit-learn.org/stable/modules/model_persistence.html)
📎Produzindo um simples regressão linear com sklearn.
