Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
title: ' Safe Pak 112Guide '
|
| 3 |
-
emoji: 🏃
|
| 4 |
-
colorFrom: indigo
|
| 5 |
-
colorTo: gray
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.43.1
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
# safePak – Hugging Face Space (Starter)
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
- Local-first UX (even though the Space runs online)
|
| 16 |
-
- Urdu/English guardrails with helplines
|
| 17 |
-
- Toy RAG (in-memory) and a stub model you can later replace with a true local/CPU model
|
| 18 |
|
| 19 |
## Files
|
| 20 |
-
- `app.py` –
|
| 21 |
-
- `guardrails.yaml` –
|
| 22 |
-
- `requirements.txt` –
|
| 23 |
|
| 24 |
## Run locally
|
| 25 |
```bash
|
| 26 |
pip install -r requirements.txt
|
| 27 |
-
python app.py
|
|
|
|
| 1 |
+
# SafePak – 1122 Guide (Hugging Face Space)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
Multilingual emergency assistant for Pakistan and similar regions. CPU-only, concise checklists, no clarifying questions (except in Simulation/Drill mode).
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
## Files
|
| 6 |
+
- `app.py` – core app (LLM + routing + simulation)
|
| 7 |
+
- `guardrails.yaml` – regex guardrails + helplines
|
| 8 |
+
- `requirements.txt` – dependencies
|
| 9 |
|
| 10 |
## Run locally
|
| 11 |
```bash
|
| 12 |
pip install -r requirements.txt
|
| 13 |
+
python app.py
|