Image Classification
Keras
tensorflow
computer-vision
medical
dermatology
skin-disease
efficientnet
healthcare
Instructions to use Siraja704/DermaAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Siraja704/DermaAI with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Siraja704/DermaAI") - Notebooks
- Google Colab
- Kaggle
Upload config.json with huggingface_hub
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "keras",
|
| 3 |
+
"task": "image-classification",
|
| 4 |
+
"framework": "tensorflow",
|
| 5 |
+
"pipeline_tag": "image-classification"
|
| 6 |
+
}
|