Mahadih534/brain-tumor-dataset
Viewer • Updated • 253 • 126 • 2
How to use Hareeharan03/Brain-Tumor-prediction with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://Hareeharan03/Brain-Tumor-prediction")
This model classifies brain tumor images
Base model
microsoft/resnet-50