Codewithsalty commited on
Commit
cfd48ac
·
verified ·
1 Parent(s): 253dbe1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
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)