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
Update README.md
Browse files
README.md
CHANGED
|
@@ -55,6 +55,6 @@ Finetune the model on other diagnostic scans, though the model only accepts gray
|
|
| 55 |
This model was developed for my project that can be found on github [here](https://github.com/Kaynaaf/BrainMRI-Classifier)
|
| 56 |
|
| 57 |

|
| 58 |
-

|
| 56 |
|
| 57 |

|
| 58 |
+

|
| 59 |
|
| 60 |
|