This repository consists of files required for end to end implementation and deployment of Deep Learning Potato Leaf Disease Classification web application deployed with flask.
The Potato-Leaf-Disease-Classification is a flask web application which classifies a plant/leaf image into 3 categories viz. 'Potato__Early_blight' , 'Potato__late_Blight','Potato__healthy'. The code is written in Python 3.8.8 and makes use of Keras and Tensorflow libraries in developing an InceptionV3 based image classification web application.
If you don't have Python installed, you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
pip install -r requirements.txt
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result