Spaces:
Sleeping
Sleeping
Sync from GitHub via hub-sync
Browse files
README.md
CHANGED
|
@@ -1,2 +1,28 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: TrapSentinel AI
|
| 3 |
+
emoji: 🪲
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# TrapSentinel AI
|
| 12 |
+
|
| 13 |
+
Smart pest detection and identification system using FastAPI, YOLO, Firebase Realtime Database, Cloudinary, and a static web dashboard.
|
| 14 |
+
|
| 15 |
+
## Web App
|
| 16 |
+
|
| 17 |
+
- `/ui` - Dashboard
|
| 18 |
+
- `/ui/logs` - Detection logs
|
| 19 |
+
- `/ui/access` - Access management
|
| 20 |
+
- `/api/status` - API status
|
| 21 |
+
|
| 22 |
+
## API
|
| 23 |
+
|
| 24 |
+
- `POST /api/analyze`
|
| 25 |
+
- `GET /api/logs`
|
| 26 |
+
- `GET /api/logs/{id}`
|
| 27 |
+
- `GET /api/dashboard`
|
| 28 |
+
- `GET /api/live/latest`
|