CoolFace
Apppublic

nightfxll/Detect_Brain_Tumours_From_MRI_scans_by_Ark_Abhyudaya

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

%%writefile README.md

Brain Tumor Detection using Xception

This project uses deep learning (Xception architecture) to detect brain tumors from MRI images. Datasets used: Sartaj, Figshare, BraTS.

๐Ÿ“ Dataset

  • โ€”Sourced from Kaggle
  • โ€”Preprocessed and augmented
  • โ€”Binary classification (Tumor / No Tumor)

๐Ÿ“Š Model

  • โ€”Base Model: Xception
  • โ€”Fine-tuned on tumor datasets
  • โ€”Evaluation metrics: Accuracy, Precision, Recall

๐Ÿš€ How to Run

Train the model in Google Colab and save it using:

python
model.save('xception_brain_tumor.keras')