Instructions to use Kaynaaf/BrainMRI-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Kaynaaf/BrainMRI-Classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Kaynaaf/BrainMRI-Classifier") - Notebooks
- Google Colab
- Kaggle
Delete metadata.json
Browse files- metadata.json +0 -1
metadata.json
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"keras_version": "3.10.0", "date_saved": "2025-09-23@16:03:50"}
|
|
|
|
|
|