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