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
|
@@ -38,7 +38,7 @@ Finetune the model on other diagnostic scans, though the model only accepts gray
|
|
| 38 |
## Training
|
| 39 |
The colab notebook used to train the model can be found below
|
| 40 |
|
| 41 |
-
[
|
| 42 |
|
| 43 |
## Evaluation
|
| 44 |
|
|
|
|
| 38 |
## Training
|
| 39 |
The colab notebook used to train the model can be found below
|
| 40 |
|
| 41 |
+
[](https://colab.research.google.com/drive/1SfK9d2In3JHDvyXH4jpwznVGEG_wXRuQ?usp=sharing)
|
| 42 |
|
| 43 |
## Evaluation
|
| 44 |
|