Instructions to use yaraa11/brain-tumor-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use yaraa11/brain-tumor-segmentation with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://yaraa11/brain-tumor-segmentation") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ The architecture is a U-Net implemented in **TensorFlow/Keras**, trained on the
|
|
| 34 |
### Model Sources
|
| 35 |
- [Repository (training code)](https://github.com/yaraeslamm/Medical_Segmentation)
|
| 36 |
- [Hugging Face Model]( https://huggingface.co/yaraa11/brain-tumor-segmentation)
|
| 37 |
-
-
|
| 38 |
|
| 39 |
---
|
| 40 |
|
|
|
|
| 34 |
### Model Sources
|
| 35 |
- [Repository (training code)](https://github.com/yaraeslamm/Medical_Segmentation)
|
| 36 |
- [Hugging Face Model]( https://huggingface.co/yaraa11/brain-tumor-segmentation)
|
| 37 |
+
- [Demo](https://huggingface.co/spaces/yaraa11/brain-tumor-segmentation-app)
|
| 38 |
|
| 39 |
---
|
| 40 |
|