Skip to content

hhadithya/AgriConnect-Model-Backend

 
 

Repository files navigation

Plant Disease Detection API 🌱

This project is a Flask-based API for detecting plant diseases (Healthy, Powdery Mildew, Rust) using a deep learning model. The model is trained on an image dataset and deployed with an endpoint to classify uploaded images.

🛠 How It Works

  1. Dataset: The dataset was obtained from Kaggle (View Dataset).
  2. Data Preparation: Organized into train, test, and validation folders.
  3. Model Training: A convolutional neural network (CNN) was trained using TensorFlow/Keras to classify plant disease images.
  4. API Development: A Flask API was created to handle image uploads and return predictions.
  5. Frontend Integration: The API is connected to an Expo (React Native) app for users to upload images and receive disease diagnosis.
  6. Future Plans: Integration with Gemini AI to provide treatment instructions.

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.0%
  • Dockerfile 9.0%