Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

aasz253/Crop-Care-AI---Smart-Plant-Disease-Detector

Domain:

agriculture

Record type:

software
Creator:
aas
Host:
A production-ready Flutter mobile application that helps African farmers detect plant diseases using AI by simply taking a photo of a plant leaf. # CropCare AI - Smart Plant Disease Detector A production-ready Flutter mobile application that helps African farmers detect plant diseases using AI by simply taking a photo of a plant leaf. ## Features | Feature | Description | |---------|-------------| | 📸 Image Capture | Take photos with camera or select from gallery | | 🤖 AI Detection | Instant disease identification using TensorFlow Lite | | 🌿 Treatment | Detailed causes, treatments, and prevention tips | | 📴 Offline Mode | Works without internet using local ML model | | 🌐 Multi-language | English and Swahili support | | 🔊 Voice Output | Text-to-speech for results | | 💾 History | Track your plant scans over time | ## Supported Crops & Diseases - **Tomato**: Leaf Blight, Leaf Curl Virus, Bacterial Spot - **Potato**: Late Blight, Blackleg - **Maize**: Leaf Blight, Rust - **Coffee**: Leaf Rust - **Healthy Plant** detection --- ## Quick Start ### 1. Install Flutter ```bash # Windows (PowerShell) iwr storage.googleapis.com -OutFile flutter.zip Expand-Archive flutter.zip -DestinationPath C:\Flutter $env:PATH += ";C:\Flutter\bin" # macOS brew install flutter # Linux git clone github.com -b stable ~/flutter export PATH="$PATH:$HOME/flutter/bin" ``` ### 2. Run the App ```bash # Navigate to project cd cropcare_ai # Get dependencies flutter pub get # Run debug build flutter run ``` --- ## Building APK ```bash # Debug APK flutter build apk --debug # Release APK (recommended for distribution) flutter build apk --release --obfuscate --split-per-abi ``` The APK will be at: `build/app/outputs/flutter-apk/app-release.apk` --- ## Adding TensorFlow Lite Model The app includes a **mock prediction system** for demo purposes. To add real disease detection: 1. **Train a model** using PlantVillage dataset 2. **Convert to TFLite** format 3. **Place** `plant_disease_model.tflite` in `assets/models/` …

Visit

github.com

Tasks

image classificationcomputer vision

Languages

Swahili

Similar

Macpherson3903/Ai-Crop-Disease-DetectorDesign and Implementation of an AI-Powered Maize and Tomato Crop Disease Detector for Local FarmersUmarabdul270/agri-ai-plant-diseaseA Deep Learning-based Detector for Brown Spot Disease in Passion Fruit Plant Leaveskipkurui26/AI-Driven-Plant-Disease-Detection-Systemiamisaackn/AI-Driven-Plant-Disease-Detection-System

Macpherson3903/Ai-Crop-Disease-Detector

This project was built during the West African Buildathon - Build with AI # Run and deploy your AI

Design and Implementation of an AI-Powered Maize and Tomato Crop Disease Detector for Local Farmers

This project presents CropDiseaseDetector, an AI-powered offline diagnostic tool for maize and tomat

Umarabdul270/agri-ai-plant-disease

This project is aimed to detect and diagnose plant diseases for local farmers in nothern nigeria in

A Deep Learning-based Detector for Brown Spot Disease in Passion Fruit Plant Leaves

Pests and diseases pose a key challenge to passion fruit farmers across Uganda and East Africa in ge

kipkurui26/AI-Driven-Plant-Disease-Detection-System

The PlantPatrol project is an innovative initiative by a group of dedicated students from the Cathol

iamisaackn/AI-Driven-Plant-Disease-Detection-System

The PlantPatrol project is an innovative initiative by a group of dedicated students from the Cathol