Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 403 Bytes

Car-Tracking

Vehicle Tracking Project This project was developed and tested ONLY on ubuntu 20.04

How to run the project

Clone the repo git clone https://github.com/maomaocake/car-tracking
cd into the repo cd car-tracking

Install the dependancies required pip install -r requirements.txt

optional

Running with gunicorn pip install gunicorn run gunicorn gunicorn -b 0.0.0.0:5000