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

CynthiaCR
/
emotions_classifier

Image Classification
Transformers
google-tensorflow TensorFlow
vit
generated_from_keras_callback
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use CynthiaCR/emotions_classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="CynthiaCR/emotions_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("CynthiaCR/emotions_classifier")
    model = AutoModelForImageClassification.from_pretrained("CynthiaCR/emotions_classifier")
  • Notebooks
  • Google Colab
  • Kaggle
emotions_classifier
344 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
CynthiaCR's picture
CynthiaCR
Neural Networks Model
ea4be2e about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • Emotion_Classifier (1).ipynb
    80.5 kB
    Neural Networks Model about 3 years ago
  • README.md
    2.69 kB
    End of training about 3 years ago
  • config.json
    880 Bytes
    End of training about 3 years ago
  • preprocessor_config.json
    325 Bytes
    End of training about 3 years ago
  • tf_model.h5
    344 MB
    xet
    End of training about 3 years ago