Skip to content

Vehicle tracking, counting and speed estimation using Vision AI

License

Notifications You must be signed in to change notification settings

Hassi34/traffic-monitoring-yolov8

Repository files navigation

Traffic Monitoring using YOLOv8 and DeepSORT

Typing SVG

Typing SVG

License Last Commit Code Size Repo Size License

Run Locally

  • Ensure you have Python 3.7+ installed.

  • Create a new Python Conda environment:

conda create -n venv python=3.10  
conda activate venv 

OR

  • Create a new Python virtual environment with pip:
virtualenv venv --python=python3.10 
source venv/bin/activate

Install dependencies

  pip install -r requirements.txt

Clone the project

  git clone https://github.com/Hassi34/traffic-monitoring-yolov8.git

Go to the project directory

  cd traffic-monitoring-yolov8

Run the app

  python trafficMonitor.py

Thank you for visiting 🙏 I hope you find this project useful

📃 License

MIT © Hasanain

Copyright © 2023 Hasanain
Let's connect on LinkedIn

About

Vehicle tracking, counting and speed estimation using Vision AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages