Image Segmentation
Flair
Keras
tensorflow
medical-imaging
white-matter-hyperintensities
mri
deep-learning
neurology
multiple-sclerosis
Instructions to use Bawil/neuro-ai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use Bawil/neuro-ai with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("Bawil/neuro-ai") - Keras
How to use Bawil/neuro-ai 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/neuro-ai") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!