Plant-diseases-classifier icon indicating copy to clipboard operation
Plant-diseases-classifier copied to clipboard

Artificial Intelligence app that detects diseases in plants using a deep learning model

Results 5 Plant-diseases-classifier issues
Sort by recently updated
recently updated
newest added

Link of google drive mentioned in plant_diseased_classifier.py is not shareable. Try to provide the source of the dataset or make a shareable drive

Hi, Please give me access for the data set, https://drive.google.com/uc?id=1D3mWC5AAWlx3OdU4yljt7vtEPrpLFtmZ,

With my vague understanding, what I comprehend is that we are just passing the images through a pre-trained network and then trying to perform image classification right? But what if...

Made the readme more readable to newcomers to the implementation

Hi, Got a "JSONDecodeError" error when running: `import json with open('categories.json', 'r') as f: cat_to_name = json.load(f)`