Instructions to use thilinadj/image_classification_tdj_fashion-mnist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thilinadj/image_classification_tdj_fashion-mnist with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="thilinadj/image_classification_tdj_fashion-mnist") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("thilinadj/image_classification_tdj_fashion-mnist") model = AutoModelForImageClassification.from_pretrained("thilinadj/image_classification_tdj_fashion-mnist") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b794b2c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:218e419bfa2dc5461678a9acfd0b461406a9590ffd2fbcfcace90bfa0d1e27d6
size 346884985
|