A Python project for detecting and counting vehicles in video footage . Useful for traffic analysis, monitoring, and smart city applications.
- Vehicle detection using computer vision.
- Automatic vehicle counting.
- Works with video files or live camera feeds.
- Easy to set up and run.
vehicle_dec/ βββ main.py βββ data/ β βββ video.mp4 ββββ README.md
- Python 3.7+
- OpenCV
- NumPy
- Any other libraries you use (e.g. YOLOv5, TensorFlow, etc.)
Clone the repository:
git clone https://github.com/simran487/VehicleDetection-CountingSystem.git
cd VehicleDetection-CountingSystemRun the main script: python main.py