Skip to content

chunyongg/object-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple object detection web app built with Flask and YOLOv3

User interface

Supported classes

Dependencies

  1. Flask
  2. Pillow
  3. opencv-python
  4. numpy

Usage

  1. Clone the repository
  2. Download and place the weights from here into model folder
  3. Run export FLASK_APP=app.py
  4. Run flask run and access the web client via localhost

About

A web app built with Flask for object detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published