Codewithsalty commited on
Commit
7fd7f2e
·
verified ·
1 Parent(s): ea3cc1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
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)