Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

sharktide
/
recyclebot0

Image Classification
Keras
google-tensorflow TensorFlow
TF-Keras
Transformers
English
resnet
recycling
deeplearning
tftools
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Keras

    How to use sharktide/recyclebot0 with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://sharktide/recyclebot0")
    
  • Transformers

    How to use sharktide/recyclebot0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="sharktide/recyclebot0")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import TFAutoModel
    model = TFAutoModel.from_pretrained("sharktide/recyclebot0", dtype="auto")
  • TF-Keras

    How to use sharktide/recyclebot0 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("sharktide/recyclebot0")
    
  • Notebooks
  • Google Colab
  • Kaggle
recyclebot0
462 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 62 commits
sharktide's picture
sharktide
Update README.md
f36a2ac verified 9 months ago
  • variables
    Upload 4 files over 1 year ago
  • .gitattributes
    1.73 kB
    Upload 2 files over 1 year ago
  • README.md
    2.96 kB
    Update README.md 9 months ago
  • config.json
    281 Bytes
    Update config.json over 1 year ago
  • fingerprint.pb
    57 Bytes
    xet
    Upload 4 files over 1 year ago
  • saved_model.pb
    2.09 MB
    xet
    Upload 4 files over 1 year ago
  • tf_model.h5
    263 MB
    xet
    Rename recyclebot.h5 to tf_model.h5 over 1 year ago