Instructions to use ariadnak/font-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ariadnak/font-identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ariadnak/font-identifier") 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("ariadnak/font-identifier") model = AutoModelForImageClassification.from_pretrained("ariadnak/font-identifier") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6f999d6440f61c41546a0973769bc73e57d9ffa4d1c015a9659910330dcd8826
- Size of remote file:
- 4.09 kB
- SHA256:
- 5b5afb6a4cbe45b354619b91ef7e3544673d6bf7f57695ffa650bf0cb110ffb6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.