Instructions to use mpd/test_tea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use mpd/test_tea with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("mpd/test_tea") - Notebooks
- Google Colab
- Kaggle
| tags: | |
| - fastai | |
| - image-classification | |
| library_name: fastai | |
| # Tea Classification Test Model | |
| ## Model description | |
| 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. | |
| ## Intended uses & limitations | |
| Accuracy is around 30%. Do not actually trust this. |