Skip to content

PlantAi- Disease Detector , empowering farmers to detect diseases using AI and get related information of the diseases, early disease leads to more agricultural productivity

Notifications You must be signed in to change notification settings

prachi-kCoder/AgriIntel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantAiCure 🌿

PlantAiCure: Upload plant photos to quickly detect diseases using a CNN model, supporting farmers with reliable diagnoses. Plant-Ai- Front image

Features

🌱 Image-Based Disease Detection: Upload photos of plants to identify diseases. 🧠 Deep Learning with CNN: Uses a CNN model trained on a large dataset to provide accurate diagnoses. 🖼️ User-Friendly Interface: Simple UI for farmers to upload images and receive results instantly. 🔍 Fast and Accurate: Delivers results quickly, helping farmers take action to protect their crops.

Tech Stack

Python 🐍 Flask 🌐 TensorFlow/Keras for CNN Model 🧠 HTML/CSS for Frontend 🎨

Getting Started

Follow these steps to set up and run the PlantAiCure application on your local machine.

Prerequisites

Python 3.x installed on your system. Installation Clone the Repository git clone [Replace with the actual URL of your repository.]

Navigate to the Project Directory:

cd PlantAiCure Create a Virtual Environment

python -m venv venv Activate the Virtual Environment

On Windows:

venv\Scripts\activate On macOS/Linux:

source venv/bin/activate Install the Required Packages

pip install -r requirements.txt Make sure the requirements.txt file includes all the dependencies required to run the application (Flask, TensorFlow, etc.).

Running the Application Ensure you are in the Project Directory:

cd PlantAiCure Start the Flask Application:

python app.py Access the Application:

Open your web browser and navigate to:

arduino Copy code http://127.0.0.1:5000

Contributing

Feel free to contribute to this project by creating pull requests, reporting issues, or suggesting new features.

About

PlantAi- Disease Detector , empowering farmers to detect diseases using AI and get related information of the diseases, early disease leads to more agricultural productivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published