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 venvActivate virutal environment
.\venv\Scripts\activateInstall dependencies
pip install -r requirements.txtNow run the project and visit localhost:8000