Live Detection of Camels using YOLOv5 through a web browser using Flask
Paper: https://arxiv.org/abs/2301.09339
Demo: https://youtu.be/upiufPR-Z-k
Dataset: https://www.kaggle.com/datasets/khalidalnujaidi/images-of-camels-annotated-for-object-detection
To run the app:
- Clone repository
- Pip install requirments.txt
- run the command 'python app.py'
Next step is to convert model to TensorFlow JS and host model on IBM cload to deploy model on the web.