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:
- e2ccfaeaabab58ae475a3f4fa9e75eb90315a6d8e01e25a1e8f22d014bfce3c6
- Size of remote file:
- 47.5 MB
- SHA256:
- fa5d117969f25f88ea14b3c35d32b765b07f2e86bd89436e6f1593d1f89faf56
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.