Instructions to use dchen0/font-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dchen0/font-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="dchen0/font-classifier") 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") model = AutoModelForImageClassification.from_pretrained("dchen0/font-classifier") - Notebooks
- Google Colab
- Kaggle
Commit History
Replace auto-generated model card with detailed description 07c6d94 verified
Promote lora_r8/result_model from dchen0/font-model-results d3d01f4 verified
Add merged model + processor 14f4fa5 verified
Add merged model + processor 5a2bf99 verified
Add merged model + processor 0169b61 verified
Remove old LoRA files 20ff17a
Daniel C commited on