Spaces:
Sleeping
Sleeping
Commit
·
010a1cb
1
Parent(s):
a45b603
arch diagram
Browse files
README.md
CHANGED
|
@@ -31,10 +31,11 @@ https://storage.googleapis.com/coffee-quality-data/preprocessed_data.csv
|
|
| 31 |
Data → Cloud (GCS) → Preprocess (ColumnTransformer) → Train (RandomForest) → FastAPI → Gradio frontend
|
| 32 |
|
| 33 |
## Frontend Architecture
|
|
|
|
| 34 |
┌───────────────┐ ┌─────────────┐ ┌───────────────┐ ┌──────────────┐
|
| 35 |
│ Kaggle Data │ → │ GCS Bucket │ → │ FastAPI (API)│ → │ Gradio UI │
|
| 36 |
└───────────────┘ └─────────────┘ └───────────────┘ └──────────────┘
|
| 37 |
-
|
| 38 |
# Frontend
|
| 39 |
The Gradio-based frontend is deployed at: https://huggingface.co/spaces/averye-duke/Module3
|
| 40 |
|
|
|
|
| 31 |
Data → Cloud (GCS) → Preprocess (ColumnTransformer) → Train (RandomForest) → FastAPI → Gradio frontend
|
| 32 |
|
| 33 |
## Frontend Architecture
|
| 34 |
+
```
|
| 35 |
┌───────────────┐ ┌─────────────┐ ┌───────────────┐ ┌──────────────┐
|
| 36 |
│ Kaggle Data │ → │ GCS Bucket │ → │ FastAPI (API)│ → │ Gradio UI │
|
| 37 |
└───────────────┘ └─────────────┘ └───────────────┘ └──────────────┘
|
| 38 |
+
```
|
| 39 |
# Frontend
|
| 40 |
The Gradio-based frontend is deployed at: https://huggingface.co/spaces/averye-duke/Module3
|
| 41 |
|