GithubHelp home page GithubHelp logo

varadhkaushik / cassavahealth-ai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from harshag24/cassava-detectinator

3.0 0.0 0.0 70.24 MB

Based on my published research paper, this project uses a "One-vs-All" deep learning approach with EfficientNet B4 to classify cassava leaf diseases. Integrated into an Android app, it helps farmers detect diseases early, supporting sustainable farming and reducing crop losses.

Home Page: https://ieeexplore.ieee.org/abstract/document/9579920

License: MIT License

Java 4.06% Jupyter Notebook 95.94%
agriculture-technology android-development convolutional-neural-networks deep-learning efficientnet ai-in-farming plant-health-monitoring

cassavahealth-ai's Introduction

CassavaHealth-AI

Overview

CassavaHealth AI is a machine learning project focused on improving cassava plant health by accurately diagnosing various leaf diseases. Built using a "One-vs-All" methodology and EfficientNet B4, this solution not only boosts detection accuracy but is also accessible through an Android application, making it a valuable tool for farmers globally.

Features

  • Advanced CNNs: Utilizes EfficientNet B4 for robust image classification.
  • Binary Classifiers: Incorporates a "One-vs-All" strategy for detailed disease analysis.
  • Android Integration: Mobile application available for practical, field-level usage.
  • High Accuracy: Proven effectiveness on skewed real-world data, reflecting typical agricultural scenarios.

Getting Started

To get a local copy up and running follow these simple steps:

Prerequisites

  • Python 3.8+
  • Jupyter Notebook or JupyterLab (for running .ipynb files)

Installation

# Clone the repo
git clone https://github.com/VaradhKaushik/CassavaHealth-AI.git

# Navigate to the 'Code' directory within the cloned repository
cd CassavaHealth-AI/Code

# Install required packages
pip install -r requirements.txt

# Run the Jupyter Notebook
jupyter notebook one-vs-all.ipynb

Environment Setup

It is recommended to use a virtual environment for Python projects to avoid conflicts between package versions. Follow these steps to set up and activate a virtual environment:

# Install virtual environment if you don't have it
pip install virtualenv

# Create a virtual environment
virtualenv venv

# Activate the virtual environment
# On Windows
venv\Scripts\activate
# On macOS and Linux
source venv/bin/activate

Usage

Mobile Application

Download the APK, install it on your Android device, and follow the on-screen instructions to analyze cassava leaf images directly.

How It Works

CassavaHealth AI trains on a dataset of cassava leaf images, where each image undergoes preprocessing and augmentation before classification. Each of the five diseases has a dedicated binary classifier, ensuring high precision and reliability.

alt text

Image taken from: https://sites.cc.gatech.edu/classes/AY2016/cs4476_fall/results/proj4/html/jnanda3/index.html

cassavahealth-ai's People

Contributors

harshag24 avatar varadhkaushik avatar aryanmethil avatar

Stargazers

Tanuj Verma avatar  avatar  avatar

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.