Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- biology
|
| 7 |
+
- code
|
| 8 |
+
- computer_vision
|
| 9 |
+
- image_classification
|
| 10 |
+
pretty_name: brain_tumor_dataset
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
## Brain Tumor Dataset
|
| 16 |
+
|
| 17 |
+
Parquet dataset contains the two different brain tumor condition `healthy` and `tumor`, used to classify the brain tumor. The images contains the ***MRI Scans*** of two different brain condition, this dataset developers can use for classification, detection and segmentation
|