Logo Lanfrica

Ochan-LOKIDORMOI/Kulinda_shamba

Domaine:

agricultureenvironment and energy

Type de record:

software
Créateur:
Och
HĂŽte:
# **đŸŒ±Kulinda Shamba: Wildlife Detection System for Farm Protection** ## **Project Overview:** The Kulinda Shamba system, which translates from Swahili as **"Protect the Farm,"** is a smart Wildlife intrusion detection system developed to mitigate human Wildlife conflict affecting smallholder farmers in Kenya. This initiative uses transfer learning and image classification to detect specific animals elephants, monkeys, and buffaloes that are responsible for frequent crop damage in regions bordering protected wildlife reserves such as the Maasai Mara. - The goal is to equip small farms with affordable, intelligent monitoring systems that can: - Detect wildlife intrusions in real-time using Convolutional Neural Networks (CNN), - Notify farmers via SMS or mobile alerts, - Trigger non-lethal deterrents like LED flashers or buzzing sounds. This system is built for low-bandwidth and off-grid rural environments, enabling communities to improve food security while promoting peaceful human-wildlife coexistence. ## Video and Figma Demonstration VIDEO DEMO: FIGMA DESIGN GITHUB ### 📁 Project Structure ``` kulinda-web/ ├── app.py ├── static/ │ ├── style.css │ ├── script.js │ └── assets/ │ ├── graphs/ │ └── images/ ├── templates/ │ ├── about.html │ ├── base.html │ ├── graphs.html │ ├── index.html │ ├── testimonies.html ├── notebook/ │ └── Kulinda_Shamba_Model_Notebook.ipynb ├── model/ │ └── Kulinda2_model.h5 ├── logs.csv ├── README.md └── requirements.txt ``` ### đŸ“· Screenshots of the Web interfaces ## 🧰 Setup Instructions ### ⚙ Environment Setup Download kulinda2_model.h5 here **1. Clone the Repository:** `git clone github.com cd kulinda-shamba` **2. Create a virtual environment:** `python -m venv shamba` `shamba\Scripts\activate ` **3. Install requirements:** `pip install -r requirements.txt` **4. Start the Flask Server:** `python app.py` **Note:** Ensure your Python ve