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

STSP
/
whole_lung_classification

Image Classification
TF-Keras
Keras
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • TF-Keras

    How to use STSP/whole_lung_classification with TF-Keras:

    # Note: 'keras<3.x' or 'tf_keras' must be installed (legacy)
    # See https://github.com/keras-team/tf-keras for more details.
    from huggingface_hub import from_pretrained_keras
    
    model = from_pretrained_keras("STSP/whole_lung_classification")
    
  • Keras

    How to use STSP/whole_lung_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://STSP/whole_lung_classification")
    
  • Notebooks
  • Google Colab
  • Kaggle
whole_lung_classification
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
STSP's picture
STSP
Update README.md
0ba09b5 about 4 years ago
  • variables
    Added required model files about 4 years ago
  • .gitattributes
    1.25 kB
    Added required model files about 4 years ago
  • README.md
    44 Bytes
    Update README.md about 4 years ago
  • config.json
    12.3 kB
    Added required model files about 4 years ago
  • saved_model.pb
    588 kB
    xet
    Added required model files about 4 years ago