Instructions to use mlahr/font-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mlahr/font-identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mlahr/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("mlahr/font-identifier") model = AutoModelForImageClassification.from_pretrained("mlahr/font-identifier") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
59284c7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cb20e77910242a5ed7c13c2d86e38add035cc2d8a1b6df6a6764cf3d68138638
size 89553018
|