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