Spaces:
Sleeping
Sleeping
metadata
title: TrackIQ — Traffic Road Detection
emoji: 🚦
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
app_port: 7860
🚦 TrackIQ — Traffic Road Detection App
TrackIQ is a real-time traffic object detection and tracking application powered by YOLO.
Features
- 🎥 Upload and analyze traffic videos
- 🚗 Detect vehicles, motorcycles, trucks, buses, pedestrians, bicycles, traffic lights, and road signs
- 📊 Live dashboard with detection statistics
- 📁 Session history and CSV log export
- ⚡ CPU-optimized inference with frame skipping
How to Use
- Go to the Home page and upload a video
- Click Run to start detection
- Watch detections stream live on the video
- View stats on the Dashboard
- Export logs from the Logs page
Model
⚠️ Upload your YOLO model to the
models/folder before running. Supported:yolo11n.pt,yolov8n.pt, etc.
Upload the model via the Files tab in your HuggingFace Space settings.
Tech Stack
- Flask (Python backend)
- Ultralytics YOLO
- OpenCV
- HTML/CSS/JS frontend