Track 1.1: An Application that count vehicles in real time at traffic junction using camera for each lane
This project uses Python 3.9.x
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