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

NabeelShar
/
emotion-dectect

Image Classification
Transformers
PyTorch
Safetensors
vit
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use NabeelShar/emotion-dectect with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="NabeelShar/emotion-dectect")
    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("NabeelShar/emotion-dectect")
    model = AutoModelForImageClassification.from_pretrained("NabeelShar/emotion-dectect")
  • Notebooks
  • Google Colab
  • Kaggle
emotion-dectect
690 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
NabeelShar's picture
NabeelShar
Upload Emotion Dect.ipynb
80a5516 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • Emotion Dect.ipynb
    3.85 MB
    Upload Emotion Dect.ipynb over 2 years ago
  • README.md
    50 Bytes
    Update README.md over 2 years ago
  • config.json
    792 Bytes
    Create config.json over 2 years ago
  • model.safetensors
    343 MB
    xet
    Adding `safetensors` variant of this model (#1) over 2 years ago
  • preprocessor_config.json
    324 Bytes
    Create preprocessor_config.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    343 MB
    xet
    Upload pytorch_model.bin over 2 years ago