Rice Leaf Disease Prediction System using Deep Learning Flask Web App

Buy Source Code ₹1501

Rice Leaf Disease Identification is a deep learning project aimed at detecting and classifying diseases in rice leaves using computer vision techniques. The project utilizes transfer learning with the ResNet152V2 model, incorporating an attention layer to focus on important parts of the image. The dataset used for training the model contains approximately 2600 images belonging to six different classes.

Dataset

The dataset used for training the model is sourced from Kaggle and contains images of rice leaves affected by different diseases. You can access the dataset here.

Model Training

The deep learning model is trained using transfer learning techniques with the ResNet152V2 architecture. Transfer learning allows leveraging pre-trained models on large datasets and fine-tuning them for specific tasks. In this project, the ResNet152V2 model is fine-tuned on the rice leaf disease dataset to classify different types of diseases.

Classes

The model is trained to classify rice leaf images into the following disease classes:

  • Healthy
  • Brown spot
  • Leaf blast
  • Bacterial leaf blight
  • Leaf scald
  • Narrow brown spot

Deployment

The trained model is deployed using Flask, a lightweight Python web framework. It accepts images of rice leaves as input and identifies the disease present in the leaf.

How to Install

To use the deployed model:

  1. Download Code .
  2. Install the required dependencies specified in the requirements.txt file.
  3. Run the Flask application.
  4. Upload an image of a rice leaf to the application.
  5. The application will predict the disease present in the leaf and display the result.

Predict the Earlier Stages of Alzheimer’s disease Machine Learning

The objective of this project is to develop a predictive model that can identify the early stages of Alzheimer’s disease (AD). Early diagnosis of AD can significantly improve the effectiveness of treatment and management strategies, potentially slowing the progression of the disease. This project will leverage machine learning techniques on various data sources, such as medical imaging, genetic data, and cognitive test results, to create an accurate and reliable prediction system.

Background and Motivation

Alzheimer's disease is a progressive neurodegenerative disorder that affects millions worldwide, leading to memory loss, cognitive decline, and ultimately loss of independence. Early diagnosis is crucial but challenging due to the subtlety of initial symptoms. Current diagnostic methods rely heavily on clinical assessment and are often made at advanced stages. By predicting the onset of AD in its early stages, we can provide better intervention options, potentially improving the quality of life for patients and reducing healthcare costs.

Technology Used in the project :-

  1. We have developed this project using the below technology
  2. HTML : Page layout has been designed in HTML
  3. CSS : CSS has been used for all the desigining part
  4. JavaScript : All the validation task and animations has been developed by JavaScript
  5. Python : All the business logic has been implemented in Python
  6. Flask: Project has been developed over the Flask Framework

Supported Operating System :-

  1. We can configure this project on following operating system.
  2. Windows : This project can easily be configured on windows operating system. For running this project on Windows system, you will have to install
  3. Python 3.7, PIP, Django.
  4. Linux : We can run this project also on all versions of Linux operating systemMac : We can also easily configured this project on Mac operating system.

Installation Step : -

  1. python 3.8.0
  2. command 1 - python -m pip install --user -r requirements.txt
  3. command 2 - python app.py

Download Link