Datasets:
Commit
·
74906e8
1
Parent(s):
4501c20
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
tags:
|
| 5 |
+
- computer vision
|
| 6 |
+
- medical diagnostics
|
| 7 |
+
- healthcare
|
| 8 |
+
pretty_name: brainmri
|
| 9 |
+
size_categories:
|
| 10 |
+
- n<1K
|
| 11 |
+
---
|
| 12 |
+
This is a Repository that has the code for Tumor detection with various MRI's.
|
| 13 |
+
This has a total of 253 images labelled as "yes" and "no".
|
| 14 |
+
There are 155 images in "yes" and 98 images in "no".
|
| 15 |
+
Data Augumentation has been performed on the dataset to compensate for the small dataset size.
|