A simple object detection web app built with Flask and YOLOv3 Supported classes Dependencies Flask Pillow opencv-python numpy Usage Clone the repository Download and place the weights from here into model folder Run export FLASK_APP=app.py Run flask run and access the web client via localhost