Skip to content

HAWK is a project incubated by IIT Mandi, in the hands of our team of four - vamshi, amar, vishal, manish. The project envisions a safer and productive future agriculture society by alerting users if there is a wildlife threat, all network-less!!

Notifications You must be signed in to change notification settings

vamshi-246/HAWK

Repository files navigation

HAWK

Animal Object Detection (COWS)

This project is an object detection system built with Python, OpenCV, and YOLOv8 to detect cows in images and video streams.

Features

  • Real-time detection using a webcam.
  • Detection on static images.
  • Trained on a custom dataset from Roboflow.

How to Run

  1. Clone the repository:

    git clone https://github.com/vamshi-246/HAWK.git
    cd HAWK
  2. Create and activate a virtual environment:

    python -m venv venv
    .\venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run a prediction:

    python detect_custom.py

Trained Model

The trained model best.pt is not included in this repository due to its size. You can download it from the Releases page.

Place the downloaded best.pt file in the correct path as specified in the detection script.

About

HAWK is a project incubated by IIT Mandi, in the hands of our team of four - vamshi, amar, vishal, manish. The project envisions a safer and productive future agriculture society by alerting users if there is a wildlife threat, all network-less!!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages