This model is designed to classify brain tumor images using a Convolutional Neural Network (CNN). It has been trained and fine-tuned on a labeled dataset of brain tumor MRI images.
1from transformers import AutoModel
2model = AutoModel.from_pretrained("YourUsername/Tumor_detection_ML_Model")