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

  • Log In
  • Sign Up

360TechEnv
/
waste-classifier

Keras
tensorflow
waste-classification
computer-vision
streamlit
Model card Files Files and versions
xet
Community

Instructions to use 360TechEnv/waste-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use 360TechEnv/waste-classifier with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://360TechEnv/waste-classifier")
    
  • Notebooks
  • Google Colab
  • Kaggle
waste-classifier
8.29 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
360TechEnv's picture
360TechEnv
Upload waste_classifier_v2.h5
11cfc8a verified 8 months ago
  • models
    Upload waste_classifier_v2.h5 8 months ago
  • .dockerignore
    1.47 kB
    Upload .dockerignore with huggingface_hub 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • Dockerfile
    1.43 kB
    Upload Dockerfile with huggingface_hub 8 months ago
  • README.md
    2 kB
    Upload README.md with huggingface_hub 8 months ago
  • README_DOCKER.md
    7.26 kB
    Upload README_DOCKER.md with huggingface_hub 8 months ago
  • app.py
    15.8 kB
    Upload app.py with huggingface_hub 8 months ago
  • docker-compose.yml
    874 Bytes
    Upload docker-compose.yml with huggingface_hub 8 months ago
  • requirements.txt
    656 Bytes
    Upload requirements.txt with huggingface_hub 8 months ago
  • run_docker.sh
    5.09 kB
    Upload run_docker.sh with huggingface_hub 8 months ago