Instructions to use MohammedAH/Brrain-MRI-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use MohammedAH/Brrain-MRI-Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://MohammedAH/Brrain-MRI-Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,7 @@ language:
|
|
| 5 |
pipeline_tag: image-classification
|
| 6 |
library_name: keras
|
| 7 |
---
|
| 8 |
-
Here’s a clean, professional **model card** you can use (and slightly tweak for your project):
|
| 9 |
|
| 10 |
-
---
|
| 11 |
|
| 12 |
# 🧠 Brain Tumor Multi-Class Classification (TensorFlow)
|
| 13 |
|
|
|
|
| 5 |
pipeline_tag: image-classification
|
| 6 |
library_name: keras
|
| 7 |
---
|
|
|
|
| 8 |
|
|
|
|
| 9 |
|
| 10 |
# 🧠 Brain Tumor Multi-Class Classification (TensorFlow)
|
| 11 |
|