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