Spaces:
Sleeping
Sleeping
File size: 489 Bytes
0346706 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Brain Tumor Detection
This Project uses a Pre-trained YOLOv8 model that detects Brain Tumors in a given MRI scan of a Brain
It has been trained using the YOLOv8 model from **ultraytics** for 200 epochs on NVIDIA T4 GPU
✅ Dataset used: https://www.kaggle.com/datasets/davidbroberts/brain-tumor-object-detection-datasets/data
🚀 App: https://huggingface.co/spaces/Harsh72AI/Brain-Tumor-Detection/
YOLOv8 model has achieved:
* Box Loss - 0.3068
* mAP50 - 0.901
* mAP50-95 - 0.6998 |