The application enables user to upload their image and it will detect objects in it using one of the two models:
- The pretrained yolov4 tiny network
- A finetuned network from yolov4 tiny to detect 5 animals: cheetah, chimpanzee, lion, hog deer, and sun bear.
- Clone the repository
- Make sure you can build darknet
- Run install.sh
pip install flask
cd web-demo
flask run
- Open the url displayed on the terminal in a browser if it doesn't open automatically