Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Codewithsalty
/
brain-tumor-classifier
like
0
Image Classification
medical-imaging
License:
mit
Model card
Files
Files and versions
Community
Codewithsalty
commited on
15 days ago
Commit
cfd48ac
·
verified
·
1 Parent(s):
253dbe1
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+6
-0
README.md
ADDED
Viewed
@@ -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)