Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dchen0
/
font-classifier-v3

Image Classification
Transformers
Safetensors
English
dinov2
fonts
Model card Files Files and versions
xet
Community

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
font-classifier-v3
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dchen0's picture
dchen0
Create README.md
3adb143 verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.3 kB
    Create README.md 10 months ago
  • config.json
    21.8 kB
    Add merged model + processor 10 months ago
  • model.safetensors
    348 MB
    xet
    Add merged model + processor 10 months ago
  • preprocessor_config.json
    436 Bytes
    Add merged model + processor 10 months ago