Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickc1/sklearn_fastapi
Building an API with the FastAPI framework to serve a scikit-learn model.
https://github.com/nickc1/sklearn_fastapi
Last synced: about 22 hours ago
JSON representation
Building an API with the FastAPI framework to serve a scikit-learn model.
- Host: GitHub
- URL: https://github.com/nickc1/sklearn_fastapi
- Owner: nickc1
- Created: 2019-01-11T12:44:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T17:15:21.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T04:07:07.359Z (3 months ago)
- Language: Jupyter Notebook
- Size: 30.3 KB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to train a simple sklearn model, pickle it, and build an API with fastapi.
Deployment to AWS will be covered in the future.
To follow this post, you should be familiar with:
1. Scikit-learn
2. Docker
3. Basics of an API# Training the model