Instructions to use naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://naufaldewanto37/Garbage_Classification_Transfer_Learning_Xception") - Notebooks
- Google Colab
- Kaggle
Python Notebook
Browse files- AI_Engineer_intern_at_Adamata_Test.ipynb +0 -0
- requirement.txt +12 -0
AI_Engineer_intern_at_Adamata_Test.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
requirement.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==2.0.2
|
| 2 |
+
pandas==2.2.3
|
| 3 |
+
seaborn==0.13.2
|
| 4 |
+
pillow==11.0.0
|
| 5 |
+
scikit-image==0.24.0
|
| 6 |
+
matplotlib==3.9.3
|
| 7 |
+
tensorflow==2.18.0
|
| 8 |
+
keras==3.7.0
|
| 9 |
+
scikit-learn==1.5.2
|
| 10 |
+
graphviz==0.20.3
|
| 11 |
+
ipython==8.30.0
|
| 12 |
+
pydot==3.0.3
|