Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

flyingbugs
/
style_classification

Image Classification
Transformers
TensorBoard
Safetensors
vit
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use flyingbugs/style_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use flyingbugs/style_classification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="flyingbugs/style_classification")
    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("flyingbugs/style_classification")
    model = AutoModelForImageClassification.from_pretrained("flyingbugs/style_classification")
  • Notebooks
  • Google Colab
  • Kaggle
style_classification / runs
57.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
flyingbugs's picture
flyingbugs
Training in progress, step 1500
9b0d572 over 2 years ago
  • Nov25_14-15-55_optml5
    Training in progress, step 500 over 2 years ago
  • Nov25_15-39-59_optml5
    Training in progress, step 500 over 2 years ago
  • Nov25_16-11-50_optml5
    Training in progress, step 500 over 2 years ago
  • Nov25_16-22-32_optml5
    Training in progress, step 1500 over 2 years ago