Skip to content

Harshal6927/Vehicle-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vadodara Hackathon 3.0

Track 1.1: An Application that count vehicles in real time at traffic junction using camera for each lane

Local Setup

This project uses Python 3.9.x

With Virutal Environment

Clone this repo and open the folder, then run the below to commands in the terminal to create a virtual environment.

#windows
py -m venv venv
#linux
python3 -m venv venv

Activate virutal environment

.\venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

Now run the project and visit localhost:8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published