You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have Docker installed, you can spin up the entire ecosystem with a single command:
26
26
@@ -31,7 +31,7 @@ docker compose -f config/docker-compose.yml up --build
31
31
***API:**`http://localhost:5000`
32
32
***UI:**`http://localhost:8501`
33
33
34
-
## 🎯 Project Purpose
34
+
## Project Purpose
35
35
36
36
This project demonstrates **production-ready MLOps practices** rather than focusing solely on achieving state-of-the-art model performance. The Wisconsin Breast Cancer dataset is used as a **proof-of-concept** to validate the MLOps infrastructure.
37
37
@@ -49,7 +49,7 @@ The goal is to showcase best practices in:
49
49
50
50
This project solves this through container immutability and environment parity.
0 commit comments