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

geeknix
/
emotion-reg

Image Classification
Keras
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Keras

    How to use geeknix/emotion-reg with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://geeknix/emotion-reg")
    
  • Notebooks
  • Google Colab
  • Kaggle
emotion-reg
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
geeknix's picture
geeknix
Upload 6 files
cdd7ccc verified almost 2 years ago
  • haarcascades
    Upload 6 files almost 2 years ago
  • model
    Upload 6 files almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • EvaluateEmotionDetector.py
    1.75 kB
    Upload 6 files almost 2 years ago
  • README.md
    97 Bytes
    Update README.md almost 2 years ago
  • TrainEmotionDetector.py
    2.68 kB
    Upload 6 files almost 2 years ago
  • emotion_model.h5
    9.4 MB
    xet
    Upload 2 files almost 2 years ago
  • emotion_model.json
    6.66 kB
    Upload 2 files almost 2 years ago
  • haarcascade_frontalface_default.xml
    930 kB
    Upload haarcascade_frontalface_default.xml almost 2 years ago
  • main.py
    2.49 kB
    Upload 6 files almost 2 years ago