Image Classification
Keras
LiteRT
English
computer-vision
waste-management
mobilenetv2
sustainability
Instructions to use tahzaya/trash-sorter-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use tahzaya/trash-sorter-ai with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://tahzaya/trash-sorter-ai") - Notebooks
- Google Colab
- Kaggle
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tensorflow==2.13.0
|
| 2 |
+
gradio==4.13.0
|
| 3 |
+
opencv-python-headless==4.8.1
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
huggingface-hub==0.19.4
|