Detection of accidents on the road using computer vision.
TRAFFIC VISION is an AI-powered system that detects accidents and traffic anomalies from video feeds.
This project leverages deep learning models (e.g., YOLO, CNNs) for real-time accident detection, with potential integration into smart city systems for enhanced traffic safety.
Install PyTorch
Visit https://pytorch.org and select the appropriate installation command for your system (OS, Python version, CUDA).
Example:
pip3 install torch torchvisionInstall other dependencies
pip install -r requirements.txtMain sections you can edit:
source_info— video source and ROI.detection— YOLO model, tracker, detection params.show— on-screen display options.web_mov— web streaming settings.video_writer— save video to disk.notify— Telegram alerts (location, buffer, bot token, chat ID).
python3 src/main.pyhttps://github.com/khurshed555/ai-hackathon-samarkand-arch-frontend

