Image Segmentation
Flair
Keras
tensorflow
medical-imaging
white-matter-hyperintensities
mri
deep-learning
neurology
multiple-sclerosis
Instructions to use Bawil/wmh_leverage_normal_abnormal_segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use Bawil/wmh_leverage_normal_abnormal_segmentation with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("Bawil/wmh_leverage_normal_abnormal_segmentation") - Keras
How to use Bawil/wmh_leverage_normal_abnormal_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://Bawil/wmh_leverage_normal_abnormal_segmentation") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
a193ad9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:327f784dd4c24ff8f6457475578c7aa623501c17be243a593b5767fa748a0f5c
size 3440927
|