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