Nuzwa commited on
Commit
e08e219
·
verified ·
1 Parent(s): be01ba4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -20
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
- This is a **starter** for your safePak app as a Hugging Face **Space** using **Gradio**. It boots on free CPU and demonstrates:
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` – Gradio app with chat, guardrails, toy RAG
21
- - `guardrails.yaml` – Guardrails and refusal templates
22
- - `requirements.txt` – Dependencies
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