Instructions to use CineAI/Bald-or-Not-classification-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use CineAI/Bald-or-Not-classification-Model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://CineAI/Bald-or-Not-classification-Model") - Notebooks
- Google Colab
- Kaggle
model file
Browse files- bald_or_not.h5 +3 -0
bald_or_not.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39fd35304a3ce78e54ffee4a902b7539d4548f68ea1e15ccb7330c3ee66e7ba8
|
| 3 |
+
size 15718136
|