Spaces:
Running
Running
Rename README_NEW.md to README.md
Browse files- README_NEW.md β README.md +3 -12
README_NEW.md β README.md
RENAMED
|
@@ -5,6 +5,7 @@ HaramGuard is a real-time, multi-agent decision-support system that integrates c
|
|
| 5 |
Designed for deployment at the Grand Mosque (Masjid al-Haram), the system analyzes video feeds, estimates crowd risk levels, and generates structured operational recommendations β while maintaining strict human-in-the-loop governance, safety guardrails, and full auditability.
|
| 6 |
|
| 7 |
**Capstone Project Β· Tuwaiq Academy**
|
|
|
|
| 8 |
**Developed by: Adeem Alotaibi, Reem Alamoudi, Munirah Alsubaie, Nourah Alhumaid
|
| 9 |
Supervised by: Eng. Omer Nacar**
|
| 10 |
|
|
@@ -253,23 +254,17 @@ From the backend directory:
|
|
| 253 |
python evaluation.py
|
| 254 |
```
|
| 255 |
|
| 256 |
-
Outputs are written to `backend/outputs/eval/`
|
| 257 |
|
| 258 |
---
|
| 259 |
|
| 260 |
## 9. Repository Structure
|
| 261 |
|
| 262 |
```text
|
| 263 |
-
Haramguard
|
| 264 |
βββ README.md
|
| 265 |
-
βββ README_OLD.md
|
| 266 |
-
βββ README_NEW.md
|
| 267 |
-
βββ RUN.md
|
| 268 |
-
βββ ITERATIVE_IMPROVEMENT2.md
|
| 269 |
-
βββ changes.md
|
| 270 |
βββ ethics_and_safety_report.txt
|
| 271 |
βββ backend/
|
| 272 |
-
β βββ README.md
|
| 273 |
β βββ config.py
|
| 274 |
β βββ requirements.txt
|
| 275 |
β βββ api.py
|
|
@@ -292,7 +287,6 @@ Haramguard 2/
|
|
| 292 |
β βββ eval/
|
| 293 |
β βββ summary.json
|
| 294 |
β βββ full_results.json
|
| 295 |
-
β βββ evalResults.md
|
| 296 |
βββ frontend/
|
| 297 |
βββ package.json
|
| 298 |
βββ package-lock.json
|
|
@@ -309,7 +303,6 @@ Haramguard 2/
|
|
| 309 |
β βββ pages/
|
| 310 |
β β βββ Dashboard.jsx
|
| 311 |
β βββ Fin.svg
|
| 312 |
-
β βββ kaaba.svg
|
| 313 |
βββ dist/
|
| 314 |
βββ index.html
|
| 315 |
βββ assets/
|
|
@@ -428,8 +421,6 @@ If any agent fails, the pipeline continues with safe defaults:
|
|
| 428 |
- **CoordinatorAgent fails** β P0 decision still issued without GPT plan
|
| 429 |
- **DB write fails** β logged to console, pipeline continues
|
| 430 |
|
| 431 |
-
No single point of failure can silence an alert.
|
| 432 |
-
|
| 433 |
---
|
| 434 |
|
| 435 |
## 12. Limitations & Future Work
|
|
|
|
| 5 |
Designed for deployment at the Grand Mosque (Masjid al-Haram), the system analyzes video feeds, estimates crowd risk levels, and generates structured operational recommendations β while maintaining strict human-in-the-loop governance, safety guardrails, and full auditability.
|
| 6 |
|
| 7 |
**Capstone Project Β· Tuwaiq Academy**
|
| 8 |
+
|
| 9 |
**Developed by: Adeem Alotaibi, Reem Alamoudi, Munirah Alsubaie, Nourah Alhumaid
|
| 10 |
Supervised by: Eng. Omer Nacar**
|
| 11 |
|
|
|
|
| 254 |
python evaluation.py
|
| 255 |
```
|
| 256 |
|
| 257 |
+
Outputs are written to `backend/outputs/eval/`.
|
| 258 |
|
| 259 |
---
|
| 260 |
|
| 261 |
## 9. Repository Structure
|
| 262 |
|
| 263 |
```text
|
| 264 |
+
Haramguard/
|
| 265 |
βββ README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 266 |
βββ ethics_and_safety_report.txt
|
| 267 |
βββ backend/
|
|
|
|
| 268 |
β βββ config.py
|
| 269 |
β βββ requirements.txt
|
| 270 |
β βββ api.py
|
|
|
|
| 287 |
β βββ eval/
|
| 288 |
β βββ summary.json
|
| 289 |
β βββ full_results.json
|
|
|
|
| 290 |
βββ frontend/
|
| 291 |
βββ package.json
|
| 292 |
βββ package-lock.json
|
|
|
|
| 303 |
β βββ pages/
|
| 304 |
β β βββ Dashboard.jsx
|
| 305 |
β βββ Fin.svg
|
|
|
|
| 306 |
βββ dist/
|
| 307 |
βββ index.html
|
| 308 |
βββ assets/
|
|
|
|
| 421 |
- **CoordinatorAgent fails** β P0 decision still issued without GPT plan
|
| 422 |
- **DB write fails** β logged to console, pipeline continues
|
| 423 |
|
|
|
|
|
|
|
| 424 |
---
|
| 425 |
|
| 426 |
## 12. Limitations & Future Work
|