Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 2.28 KB

File metadata and controls

37 lines (23 loc) · 2.28 KB

Brain Tumor Detection Using MRI Images

download (2)

Overview

This repository contains the code implementation for the project "Brain Tumor Detection Using MRI Images." The project aims to enhance brain tumor diagnostics through the utilization of Machine Learning (ML) and Artificial Intelligence (AI) techniques, specifically employing a Support Vector Machine (SVM) classifier. The provided code showcases the implementation of the SVM model for brain tumor classification using MRI images.

Important Links

Instructions

  1. Dataset Access:

  2. GitHub Repository:

  3. Code Implementation:

    • The main code file, PROJECT Brain Tumor Classification, contains the implementation of the SVM model for brain tumor classification. Follow the instructions within the Jupyter Notebook to understand the workflow, data preprocessing, and model training and evaluation.

Dependencies

  • Python 3.x
  • Libraries: numpy, pandas, matplotlib, scikit-learn, opencv-python

Usage

. Clone the repository:

git clone https://github.com/vishal815/Brain-Tumor-Detection-Using-MRI-Images.git