Giter Club home page Giter Club logo

real-time-animal-species-detection's Introduction

Real-Time-Animal-Species-Detection

The aim of this project is to develop an efficient computer vision model capable of real-time wildlife detection.

Demo GIF

Table of Contents

Datasets

The dataset used in this project consists of labeled images of 10 different animal classes: Buffalo, Cheetahs, Deer, Elephant, Fox, Jaguars, Lion, Panda, Tiger, Zebra. You can find the datasets:

Project Structure

├── config
│   └── custom.yaml    
├── data
│   ├── images         
│   └── labels         
├── logs
│   └── log.log      
├── notebooks
│   └── yolov8.ipynb
├── runs
│   └── detect
│       ├── train
│       └── val
├── scripts
│   ├── app.py
│   ├── convert_format.py
│   └── train_test_split.py
├── README.md
└── requirements.txt

Getting Started

Follow theses steps to set up the environment and run the application.

  1. Fork the repository here.

  2. Clone the forked repository.

    git clone https://github.com/<YOUR-USERNAME>/Animal-Species-Detection
    cd Animal-Species-Detection
  3. Create a python virtual environment.

    python3 -m venv venv
  4. Activate the virtual environment.

    • On Linux and macOS
    source venv/bin/activate
    • On Windows
    venv\Scripts\activate
  5. Install Dependencies

    pip install -r requirements.txt
  6. Run the application.

    streamlit run './scripts/app.py'

Evaluation

The performance of the model is evaluated by metrics such as Precision, Recal, and Mean Average Precision (mAP).

Model Precision Recall F1-score [email protected] [email protected]:0.95
YOLOv8 0.944 0.915 0.93 0.95 0.804

Web App

The trained model has been deployed on Hugging Face for practical use.

  • you can access the deployed web app

Contributing

Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or a pull request.

Author

  • Lemi Debele

real-time-animal-species-detection's People

Contributors

ldebele avatar

Stargazers

 avatar iiuuuu avatar  avatar

Watchers

 avatar

real-time-animal-species-detection's Issues

Error at running the application

Hello, I'm having an error when I run :

streamlit run './scripts/app.py'

The error is

FileNotFoundError: [Errno 2] No such file or directory: './data/raw'

When I look at the folder data, there is a raw.dvc

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.