Instructions to use fahd9999/face_shape_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use fahd9999/face_shape_classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://fahd9999/face_shape_classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- face shape classifier
|
| 11 |
datasets:
|
| 12 |
- bkprocovid19/face_shape
|
|
|
|
| 13 |
---
|
| 14 |
# Face Shape Classification Model (EfficientNetB4 + CNN)
|
| 15 |
|
|
|
|
| 10 |
- face shape classifier
|
| 11 |
datasets:
|
| 12 |
- bkprocovid19/face_shape
|
| 13 |
+
library_name: keras
|
| 14 |
---
|
| 15 |
# Face Shape Classification Model (EfficientNetB4 + CNN)
|
| 16 |
|