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.
Distributed under the MIT License. See LICENSE
for more information.
- Mayur Asodara - linkedIn profile, email_id - mayurasodara@gmail.com
Project Link: https://github.com/mayuras7685/Deadly_animal_detection.git