Image Classification
Keras
TF-Keras
English
EfficientNetB0
image
multi-classification
fakeimagedetection
vision
Instructions to use kampkelly/fakeimagedetection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use kampkelly/fakeimagedetection with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://kampkelly/fakeimagedetection") - Notebooks
- Google Colab
- Kaggle
Upload saved_model.pb
Browse files- saved_model.pb +3 -0
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da67da14a9dad6e68da9c27b5ab962d3f6231dbbc549ff9bf0a12a30ffdc1e0a
|
| 3 |
+
size 6104830
|