Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kingabzpro/fastapi-for-ml
Building a simple FastAPI application for model inference.
https://github.com/kingabzpro/fastapi-for-ml
fastapi jinja2-templates machine-learning scikit-learn
Last synced: 27 days ago
JSON representation
Building a simple FastAPI application for model inference.
- Host: GitHub
- URL: https://github.com/kingabzpro/fastapi-for-ml
- Owner: kingabzpro
- License: apache-2.0
- Created: 2024-08-08T10:18:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T05:33:49.000Z (3 months ago)
- Last Synced: 2024-09-23T06:03:27.866Z (about 1 month ago)
- Topics: fastapi, jinja2-templates, machine-learning, scikit-learn
- Language: Python
- Homepage:
- Size: 112 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI-for-ML
Building a simple FastAPI application for model inference.## Usage
```shell
pip install -r requirements.txt
python app.py
```## Output
![image1.png](./image2.png)
![image2.png](./image1.png)