Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,18 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- image-classification
|
5 |
+
- brain-tumor-detection
|
6 |
+
---
|
7 |
+
|
8 |
+
# Brain Tumor Detection Model
|
9 |
+
|
10 |
+
This model predicts whether a brain tumor is present based on MRI images.
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
- **Model Type**: Convolutional Neural Network
|
14 |
+
- **Input Size**: 224x224
|
15 |
+
- **Training Data**: [Link to dataset or description]
|
16 |
+
|
17 |
+
## Usage
|
18 |
+
To use this model for predictions, send an image to the inference API.
|