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