The goal of this project is to help farmers diagnose their crops. This project uses image classification using CNN architecture with Tensorflow to detect potato plant diseases, deployed to GCP and used in a web frontend app made with React.
This data contains three datasets that contains photos of potato leaves. One dataset contains Healthy
potato leaves, Early Blight
and Late Blight
.
More info about dataset can be found here :
- Clone the repository:
git clone https://github.com/Hamagistral/Potato-Disease-Classification.git
- Go to the training directory:
cd training
- Install the required packages:
pip install -r requirements.txt
- Run the notebook
jupyter notebook
- Go to the frontend directory:
cd frontend
- Install dependencies:
npm install
- Run the app:
npm run start