Vehicle Tracking Project This project was developed and tested ONLY on ubuntu 20.04
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
Running with gunicorn
pip install gunicorn
run gunicorn
gunicorn -b 0.0.0.0:5000