Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Codewithsalty
/
brain-tumor-classifier
like
0
Image Classification
medical-imaging
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
Codewithsalty
commited on
Jul 14, 2025
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)