sartajbhuvaji/Brain-Tumor-Classification
Viewer • Updated • 3.26k • 232 • 10
How to use An-way/brain_tumor-classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://An-way/brain_tumor-classifier")
This modelcard aims to be a base template for new models. It has been generated using this raw template.
A CNN-based project that classifies brain tumors from MRI scans using deep learning.
[USE THE CODE IN test.iypnb FILE]
[More Information Needed]
[More Information Needed]
[Anway Kapoor]