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