Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 591 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 591 Bytes

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