An open API service indexing awesome lists of open source software.

https://github.com/sujata-adhikari/machine-learning

Potato Disease Classification: Inspired by our kitchen garden, to detect potato disease using image of grown potato plant leaf.
https://github.com/sujata-adhikari/machine-learning

cnn-classification jyputer-notebook kaggle-dataset machine-learning opencv pandas python tensorflow

Last synced: 3 months ago
JSON representation

Potato Disease Classification: Inspired by our kitchen garden, to detect potato disease using image of grown potato plant leaf.

Awesome Lists containing this project

README

          

## Potato Disease Classification using CNN

A Machine learning Project to demonstrate image Classification.

This project helps us detect potoato disease when image of potato leave is given as input.

## Python libraries used

[Tensorflow](https://www.tensorflow.org/tutorials/images/classification)

[Matplotlib](https://matplotlib.org/)

[Numpy](https://numpy.org/)

[OS](https://docs.python.org/3/library/os.html)

## Installation

Install [Jyupter Notebook](https://docs.jupyter.org/en/latest/install.html)
or use [Google Colab](https://colab.research.google.com/)

For DATA use [Kaggle](https://www.kaggle.com/datasets/arjuntejaswi/plant-village)

## Model Training

1.Download the data from kaggle.
2.Keep folders related to Potatoes.
3.Run Jupyter Notebook in Browser.

jupyter notebook
Open training/potato-disease-training.ipynb in Jupyter Notebook.
In cell #2, update the path to dataset.
Run all the Cells one by one.
Copy the model generated and save it with the version number in the models folder.

## Contributing

Contributions are always welcome!

1. Report bugs: If you encounter any bugs, please let us know. Open up an issue and let us know the problem.
2. Contribute code: If you are a developer and want to contribute, follow the instructions below to get started.
3. Suggestions: If you don't want to code but have some awesome ideas, open up an issue explaining some updates or improvements you would like to see.
4. Documentation: If you see the need for some additional documentation, feel free to add some.