Project_video.mp4
Open Git bash and clone the repo
git clone https://github.com/MercyShark/truck-detection.git
Create a Virtual Environment
pip install virtualenv
virtualenv env
Activate Virtual Environment
.\env\Scripts\activate
Install dependencies and Run the app
pip install -r requirements.txt
cd truck-detection
python main.py