|
--- |
|
tags: |
|
- fastai |
|
- pytorch |
|
- timm |
|
license: mit |
|
metrics: |
|
- accuracy |
|
library_name: fastai |
|
pipeline_tag: image-classification |
|
--- |
|
# Potato disease detection |
|
|
|
This model is trained for detecting if the corn plant is healthy or if it has diseases like Common Rust, Gray Leaf Spot or Northern Leaf Blight |
|
|
|
# Enjoyy |
|
|
|
|
|
--- |
|
|
|
|
|
# Model card |
|
|
|
A ConvNeXT model used for image classfication. |
|
|
|
## Model Details |
|
- **Model Type:** Image classification |
|
- **Papers:** |
|
- A ConvNet for the 2020s: https://arxiv.org/abs/2201.03545 |
|
- **Dataset:** New Bangladeshi Crop Disease: https://www.kaggle.com/datasets/nafishamoin/new-bangladeshi-crop-disease |
|
- **Original:** https://github.com/facebookresearch/ConvNeXt |
|
|