Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Brain Tumor Classifier
|
2 |
|
3 |
This repo contains:
|
4 |
-
- `BTD_model.pth` (your checkpoint)
|
5 |
-
- `TumorModel.py` (model definition)
|
6 |
-
- `inference.py` (the Inference API entrypoint)
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- image-classification
|
5 |
+
- medical-imaging
|
6 |
+
inference: true
|
7 |
+
---
|
8 |
+
|
9 |
# Brain Tumor Classifier
|
10 |
|
11 |
This repo contains:
|
12 |
+
- `BTD_model.pth` (your checkpoint)
|
13 |
+
- `TumorModel.py` (model definition)
|
14 |
+
- `inference.py` (the Inference API entrypoint)
|