test_4 / README.md
swaraj shinde
initial_commit
1a698ed
|
Raw
History Blame Contribute Delete
689 Bytes
---
title: Agri ML Hub
emoji: 🌾
colorFrom: green
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---
# Agri ML Hub (Docker Space)
This Space runs a Streamlit app with multiple ML model interfaces.
Model artifacts are fetched from Hugging Face Hub repo `pankaj-munde/dataintel_v1` at runtime.
## Runtime env (optional)
- `HF_REPO_ID` (default: `pankaj-munde/dataintel_v1`)
- `HF_REPO_TYPE` (default: `model`; set `dataset` if your repo is a dataset repo)
- `HF_REVISION` (optional branch/tag/commit)
- `HF_TOKEN` (required only for private repos)
## Local run
```bash
docker build -t agri-ml-hub .
docker run -p 7860:7860 agri-ml-hub
```
Then open `http://localhost:7860`.