Skip to content

A DL project that helps in identifying Foliar disease in apple trees weather its leaves are healthy, are infected with apple rust, those that have apple scab, and those with more than one disease.

Notifications You must be signed in to change notification settings

ni3choudhary/Apple-Foliar-Disease-Classification-Deployment

Repository files navigation

Apple-Foliar-Disease-Classification

Kaggle Python 3.6

Problem statement:

A DL project that helps in identifying Foliar disease in apple trees weather its leaves are healthy, are infected with apple rust, those that have apple scab, and those with more than one disease.

Dataset

You can find the dataset here.

setup

To create a project from scratch use following steps - -

$ python3 -m venv venv

Activate Virtual Environment

$ .venv/bin/activate 
          OR
$ .\venv\Scripts\activate

Install Libraries using below command

$ pip install -r requirements.txt
  • Run jupyter notebook to get the model and labels pickle file.

  • Copy both pickle files and paste inside flask directory .

  • Inside the flask directory run app.py on terminal to start local server.

$ python app.py

• If you want to view the deployed model, click on the following link: Deployed at: https://apple-foliar-disease-classify.herokuapp.com/

• Please do ⭐ the repository, if it helped you in anyway.

About

A DL project that helps in identifying Foliar disease in apple trees weather its leaves are healthy, are infected with apple rust, those that have apple scab, and those with more than one disease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages