This project is an AI-powered traffic monitoring system designed to detect:
- Helmet violations 🪖
- Seatbelt violations ⛑️
- Wrong turns at roundabouts ↩️
Built using Python, OpenCV, YOLOv8, and SQLite3.
. ├── docs/ # Documentation ├── models/ # Pretrained or custom YOLO models ├── quasar/ # Virtual environment (not tracked in Git) ├── source/ # Main application source code ├── tests/ # Unit & integration tests ├── *.db # SQLite databases ├── yolov8n.pt # YOLO model weights ├── requirements.txt # Python dependencies ├── LICENSE # License file └── README.md # Project documentation
git clone https://github.com/your-username/traffic-violation-detection.git cd traffic-violation-detection