Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Differentiate Cassava leaf diseases from a healthy one with a solution as simple as pip install cassava-classifier. 🍃🍂

License

NotificationsYou must be signed in to change notification settings

p-s-vishnu/cassava-leaf-disease-classification

Repository files navigation

PyPI version shields.ioDownloads

The idea of this project is to build an image classifier to find out healthy and diseased cassava leaves.

There are 4 different classes of leaf diseases namely -Cassava Bacterial Blight (CBB),Cassava Brown Streak Disease (CBSD),Cassava Green Mottle (CGM) and Cassava Mosaic Disease (CMD).

Web app

Open Web App in Streamlitinference

Swagger documentation for API

API Linkinference

Installation

pip install cassava-classifier

Inference example

importPILimportImagefromcassava.pretrainedimportget_modelimage=Image.open("<insert your image path here>")# Use cassava.list_models() to list of available trained modelsmodel=get_model(name:str)model.predict_as_json(image:np.array)>> {"class_name":str,"confidence":np.float}

Try out the inference code either on google colab or kaggle.

Open In ColabKaggle

Other details

Github discussion forum

Blog

[Medium link]

Acknowledgements

We would like to thank Kaggle community as a whole for providing an avenue to learn and discuss latest data science/machine learning advancements but a hat tip to whose code was used / who inspired us.

  1. Vladimir Iglovikov for his wonderful article"I trained a model. What is next?"

  2. Y. Nakama for the baseline code.

About

Differentiate Cassava leaf diseases from a healthy one with a solution as simple as pip install cassava-classifier. 🍃🍂

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp