Skip to content

ranjitodedra/cleantomato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Tomato Disease Finder

A plant disease detector photo app is a mobile application that allows users to identify and diagnose plant diseases by taking a photograph of the affected plant. The app uses artificial intelligence and machine learning algorithms to analyze the photograph and provide a diagnosis based on the visual characteristics of the plant disease.

To use the app, the user would take a photograph of the affected plant and upload it to the app. The app would then analyze the photograph and provide a diagnosis of the plant disease based on its visual characteristics, such as the presence of certain symptoms or patterns on the plant. The app may also provide information about the causes of the plant disease and suggest potential treatments or remedies.

Some plant disease detector photo apps may also include features such as a plant encyclopedia, which provides information about different plant species and their care requirements, or a plant disease encyclopedia, which provides information about common plant diseases and how to prevent and treat them.

Overall, a plant disease detector photo app can be a useful tool for gardeners and plant enthusiasts who want to identify and diagnose plant diseases in order to take appropriate action to treat and prevent them.

Prerequisites

Before contributing or adding a new feature, Please make sure you have already installed the following tools:

Installation Steps

  1. Download Dataset from here --> Dataset
  2. download test.ipynb file
  3. maintain folder structure at like this
Main/
├── train/
│   ├── Tomato___Bacterial_spot
│   ├── Tomato__Early_blight
│   ├── ...
│   └── Tomato___Tomato_Yellow_Leaf_Curl_Virus
├── valid/
│   ├── Tomato___Bacterial_spot
│   ├── Tomato__Early_blight
│   ├── ...
│   └── Tomato___Tomato_Yellow_Leaf_Curl_Virus
├── test.ipynb
  1. Create a Conda environment:

    conda create --name myenv
    
  2. Activate the environment:

    • For Windows:
      conda activate myenv
      
    • For macOS/Linux:
      source activate myenv
      
  3. Install dependencies:

    conda install <package_name>
    
  4. Install packages using pip (if not available in conda):

    pip install <package_name>
    
  5. Run Jupyter Notebook:

    jupyter notebook
    

Contributors

Contributors

Managed by Ranjit Odedra

About

Tomato Disease Finder Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors