Table of Contents
we built a Deadly animal detection project with the use of yolov5 by using our custom dataset
- yolov5
- roboflow
we used google colab to run our yolov5 model to run it with gpu
- python
- roboflow
- Clone the repo
git clone https://github.com/ultralytics/yolov5.git
- Install required dependensies
pip install -r requirements.txt
- Enter your roboflow API of your custom dataset
const API_KEY = 'ENTER YOUR API';
- we can use this project to detect the presence of dangerous animals around our surroundings just like we have detected lion,tiger and loepard with it.
- google colab will be helpful to run the project
Distributed under the MIT License. See LICENSE
for more information.
- Jap Hirpara - linkedIn profile, email_id - [email protected]
- Mitali khunt - linkedIn profile, email_id - [email protected]
- Mayur Asodara - linkedIn profile, email_id - [email protected]
Project Link: https://github.com/jap-patel/Deadly-Animal-Detection