Instructions to use starpreeda/BrainTumorTest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use starpreeda/BrainTumorTest with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://starpreeda/BrainTumorTest") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ model.load_weights("efficientnetb0_finetuned_brain_mri.keras")
|
|
| 86 |
|
| 87 |
### Confusion Matrix & Training Performance
|
| 88 |
|
| 89 |
-

|
| 90 |
+

|
| 91 |
|
| 92 |
|