Update README.md
Browse files
README.md
CHANGED
@@ -3,31 +3,10 @@ tags:
|
|
3 |
- fastai
|
4 |
- image-classification
|
5 |
---
|
6 |
-
|
7 |
-
# Amazing!
|
8 |
-
|
9 |
-
🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
|
10 |
-
|
11 |
-
# Some next steps
|
12 |
-
1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
|
13 |
-
|
14 |
-
2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
|
15 |
-
|
16 |
-
3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
|
17 |
-
|
18 |
-
Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
|
19 |
-
|
20 |
-
|
21 |
-
---
|
22 |
-
|
23 |
-
|
24 |
-
# Model card
|
25 |
|
26 |
## Model description
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
-
|
31 |
-
|
32 |
-
## Training and evaluation data
|
33 |
-
More information needed
|
|
|
3 |
- fastai
|
4 |
- image-classification
|
5 |
---
|
6 |
+
# Tea Classification Test Model
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
|
8 |
## Model description
|
9 |
+
Classifies images into 1/3 types of tea - Oolong, Black, or Pu'er. Based on a quick search of 200 images of each type of tea.
|
10 |
|
11 |
## Intended uses & limitations
|
12 |
+
Accuracy is around 30%. Do not actually trust this.
|
|
|
|
|
|