Instructions to use ChantaroNtw/Skin-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ChantaroNtw/Skin-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://ChantaroNtw/Skin-model") - Notebooks
- Google Colab
- Kaggle
Upload 6 files
Browse files- gitattributes +2 -0
- mlp_best.keras +3 -0
- mlp_thresholds.npy +2 -2
- mu.npy +2 -2
- sd.npy +2 -2
gitattributes
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.keras filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
mlp_best.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0780bc9249a3416e0079cefc5af90e0bd7af163a7c7c90f53f4836d669903ef0
|
| 3 |
+
size 18942917
|
mlp_thresholds.npy
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32e4e862b6d65eab2da90c9287eb4f7d21fb3bd5b88af4d5f0e1283fa083bd69
|
| 3 |
+
size 160
|
mu.npy
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49e302b9e94ae4e6a753fec563589fbef6c5027195eeb974af3e3fcb7720ad9c
|
| 3 |
+
size 24704
|
sd.npy
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aea1b10dd1f556d829a54410b5ad2e00b697ee3338e907eeae3001a3f40cac6
|
| 3 |
+
size 24704
|