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
File size: 129 Bytes
dc52128 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5b5afb6a4cbe45b354619b91ef7e3544673d6bf7f57695ffa650bf0cb110ffb6
size 4091
|