Skip to content

qhuy4119/yolo-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web application to demo Yolo object detection

What is it?

The application enables user to upload their image and it will detect objects in it using one of the two models:

  1. The pretrained yolov4 tiny network
  2. A finetuned network from yolov4 tiny to detect 5 animals: cheetah, chimpanzee, lion, hog deer, and sun bear.

demo image

How to use

  1. Clone the repository
  2. Make sure you can build darknet
  3. Run install.sh
  4. pip install flask
  5. cd web-demo
  6. flask run
  7. Open the url displayed on the terminal in a browser if it doesn't open automatically

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published