Nipun commited on
Commit
257772a
·
1 Parent(s): e3e1326

Trigger rebuild

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.