Skip to content

rupeish/object-detection

Repository files navigation

Object Detection

create virtual environment
python3 -m venv name

Start virtual environment
source name/bin/activate

Install requirements
pip install -r requirements.txt

Download yolov3 weights trained on coco dataset
wget https://pjreddie.com/media/files/yolov3.weights

Move downloaded weights to weights folder

Change yolov3 weights to tensorflow2
python load_weights.py

Run flask app
python app.py

Go to
http://0.0.0.0:5000/

Demo Home
Home

About

Object detection web app using yolo and flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published