pavankm96 commited on
Commit
d054534
·
verified ·
1 Parent(s): d8dce2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -10
README.md CHANGED
@@ -1,11 +1,18 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
- metrics:
6
- - accuracy
7
- base_model:
8
- - HuggingFaceH4/zephyr-7b-beta
9
- new_version: nisten/Biggie-SmoLlm-0.15B-Base
10
- library_name: espnet
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.