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

kvssetty
/
kvs-image-classification

Keras
Image Classification
Keras
TensorFlow
Model card Files Files and versions
xet
Community
1

Instructions to use kvssetty/kvs-image-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use kvssetty/kvs-image-classification with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://kvssetty/kvs-image-classification")
    
  • Notebooks
  • Google Colab
  • Kaggle
kvs-image-classification
1.71 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
kvssetty's picture
kvssetty
added new app file
2e66ee7 over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • README.md
    301 Bytes
    Update README.md over 3 years ago
  • app.py
    20 Bytes
    added new app file over 3 years ago