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

katyy2000
/
arabic-sign-language-recognition

Keras
LiteRT
Arabic
sign-language
arabic
computer-vision
mediapipe
gesture-recognition
Model card Files Files and versions
xet
Community

Instructions to use katyy2000/arabic-sign-language-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use katyy2000/arabic-sign-language-recognition with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://katyy2000/arabic-sign-language-recognition")
    
  • Notebooks
  • Google Colab
  • Kaggle
arabic-sign-language-recognition
306 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
katyy2000's picture
katyy2000
Fix encoder compatibility issue
dc7db37 8 days ago
  • .gitattributes
    1.56 kB
    Add Arabic Sign Language model with LFS support 8 days ago
  • README.md
    2.73 kB
    Add Arabic Sign Language model with LFS support 8 days ago
  • asl_mediapipe_new_version.keras
    259 kB
    xet
    Add Arabic Sign Language model with LFS support 8 days ago
  • asl_mediapipe_new_version.tflite
    41.5 kB
    xet
    Add Arabic Sign Language model with LFS support 8 days ago
  • encoder.pkl

    Detected Pickle imports (4)

    • "numpy.core.multiarray._reconstruct",
    • "numpy.ndarray",
    • "sklearn.preprocessing._label.LabelEncoder",
    • "numpy.dtype"

    How to fix it?

    492 Bytes
    xet
    Fix encoder compatibility issue 8 days ago