Spaces:
Sleeping
Sleeping
Trigger rebuild
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ sdk: docker
|
|
| 7 |
app_port: 8000
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
| 10 |
# FastAPI ML Deployment Tutorial
|
| 11 |
|
| 12 |
This repository demonstrates how to serve and deploy a Machine Learning application using FastAPI and Docker. We use the classic Iris dataset to keep the ML part simple and focus on the deployment mechanics.
|
|
|
|
| 7 |
app_port: 8000
|
| 8 |
---
|
| 9 |
|
| 10 |
+
|
| 11 |
+
<!-- Trigger rebuild -->
|
| 12 |
# FastAPI ML Deployment Tutorial
|
| 13 |
|
| 14 |
This repository demonstrates how to serve and deploy a Machine Learning application using FastAPI and Docker. We use the classic Iris dataset to keep the ML part simple and focus on the deployment mechanics.
|