Image Classification
Keras
TF-Keras
English
mobilevit
tensorflow
computer-vision
medical-imaging
brain-tumor
Eval Results (legacy)
Instructions to use abdo1176/brain-model-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use abdo1176/brain-model-test with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://abdo1176/brain-model-test") - Notebooks
- Google Colab
- Kaggle
| { | |
| "image_size": [ | |
| 224, | |
| 224 | |
| ], | |
| "normalization": "0-1", | |
| "channels": 3, | |
| "format": "RGB" | |
| } |