Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 667 Bytes

Brain Tumor Detection Dataset

To run the brain tumor detection project, you need to download the dataset from the Kaggle link provided below and organize it in the following directory structure:

      data
      ├── yes
      │   ├── image1.jpg
      │   ├── image2.jpg
      │   └── ...
      └── no
          ├── image1.jpg
          ├── image2.jpg
          └── ...

Kaggle Dataset Link


Sample Images

sample_data

Here are some training samples. you can find the function which provide these samples in this Notebook