Luna-Skywalker
commited on
Commit
•
cb8ce30
1
Parent(s):
5882aa7
Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,19 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
|
|
5 |
|
6 |
-
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
# Some next steps
|
11 |
-
1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
|
12 |
-
|
13 |
-
2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
|
14 |
-
|
15 |
-
3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
|
16 |
-
|
17 |
-
Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
|
18 |
|
19 |
|
20 |
---
|
@@ -22,11 +21,11 @@ Greetings fellow fastlearner 🤝! Don't forget to delete this content from your
|
|
22 |
|
23 |
# Model card
|
24 |
|
25 |
-
|
26 |
-
More information needed
|
27 |
-
|
28 |
-
## Intended uses & limitations
|
29 |
-
More information needed
|
30 |
|
31 |
-
##
|
32 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
4 |
+
- pytorch
|
5 |
+
- timm
|
6 |
+
license: mit
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
library_name: fastai
|
10 |
+
pipeline_tag: image-classification
|
11 |
---
|
12 |
+
# Potato disease detection
|
13 |
|
14 |
+
This model is trained for detecting if the wheat plant is healthy or if it has diseases like Yellow Rust or Brown Rust
|
15 |
|
16 |
+
# Enjoyy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
|
19 |
---
|
|
|
21 |
|
22 |
# Model card
|
23 |
|
24 |
+
A ConvNeXT model used for image classfication.
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
## Model Details
|
27 |
+
- **Model Type:** Image classification
|
28 |
+
- **Papers:**
|
29 |
+
- A ConvNet for the 2020s: https://arxiv.org/abs/2201.03545
|
30 |
+
- **Dataset:** New Bangladeshi Crop Disease: https://www.kaggle.com/datasets/nafishamoin/new-bangladeshi-crop-disease
|
31 |
+
- **Original:** https://github.com/facebookresearch/ConvNeXt
|