Crop_Disease_Detection

=======

🌾 Crop Disease Detection 🚜

Detect crop diseases and check weather conditions effortlessly using deep learning and an intuitive web interface!


🌟 Overview

Welcome to the Crop Disease Detection project! This Django-based web application allows users to detect crop diseases by uploading an image or providing an image URL. It leverages a TensorFlow Lite (TFLite) model for predictions and includes additional features like weather updates for user convenience.

🌟 Features


🛠️ Technology Stack


⚙️ Setup and Installation

1️⃣ Clone the Repository

git clone https://github.com/KarthikB6360/Crop_Disease_Prediction.git 
cd crop-disease  

2️⃣ Install Dependencies

pip install -r requirements.txt  

3️⃣ Apply Migrations

python manage.py migrate  

4️⃣ Run the Development Server

python manage.py runserver  

Access the app at http://127.0.0.1:8000/. 🎉


🔬 How It Works

  1. **Upload IMG **: Use the interface to upload a crop image.
  2. Model Prediction: The uploaded image is resized, normalized, and passed to a TensorFlow Lite model for disease detection.
  3. Get Results: View the predicted disease name and confidence percentage.

🖼️ Screenshots

📸 Upload Page

![Upload Page] (image pending)

🔎 Prediction Results

![Prediction Result] (image pending)


📜 Usage Details


🧩 Future Enhancements


🌟 Acknowledgments


development