Kaynaaf commited on
Commit
550a4c7
·
verified ·
1 Parent(s): 3bc51fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ size_categories:
9
  ---
10
  # Dataset Card for Brain Tumour MRI dataset
11
 
12
- A collection of Brain scans covering three different types of tumours and as well as a normal class
13
 
14
 
15
  ## Dataset Details
@@ -27,5 +27,5 @@ This dataset was compiled and uploaded to Kaggle by [Masoud Nickparvar](https://
27
 
28
 
29
  #### Data Collection and Processing
30
- I applied some preprocessing steps: Converting into Grayscale,resizing to 256x256, applying CLAHE, sharpening the image, denoising and then normalised them.
31
 
 
9
  ---
10
  # Dataset Card for Brain Tumour MRI dataset
11
 
12
+ A collection of Brain scans covering three different types of tumours and as well as a control class.
13
 
14
 
15
  ## Dataset Details
 
27
 
28
 
29
  #### Data Collection and Processing
30
+ I applied some preprocessing steps: Grayscale conversion, Resizing to 256x256, Applying CLAHE, Image sharpening, Denoising and finally Normalisation.
31