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

AlCyede
/
emotion-classifier

Image Classification
Transformers
TensorBoard
Safetensors
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use AlCyede/emotion-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AlCyede/emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="AlCyede/emotion-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("AlCyede/emotion-classifier")
    model = AutoModelForImageClassification.from_pretrained("AlCyede/emotion-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
emotion-classifier / runs
41 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
AlCyede's picture
AlCyede
End of training
a00b9dd verified almost 2 years ago
  • Sep06_14-45-31_f1d1051747c8
    End of training almost 2 years ago
  • Sep06_14-51-22_f1d1051747c8
    End of training almost 2 years ago
  • Sep06_15-11-27_f1d1051747c8
    End of training almost 2 years ago
  • Sep06_15-18-29_f1d1051747c8
    End of training almost 2 years ago
  • Sep06_15-34-36_f1d1051747c8
    End of training almost 2 years ago