Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
tecncr
/
osteosarcoma-detect
like
0
Image Classification
Keras
License:
mit
Model card
Files
Files and versions
xet
Community
Use this model
tecncr
commited on
Jul 14
Commit
1ca7125
·
verified
·
1 Parent(s):
cf9175f
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+8
-3
README.md
CHANGED
Viewed
@@ -1,3 +1,8 @@
1
-
---
2
-
license: mit
3
-
---
1
+
---
2
+
license: mit
3
+
base_model:
4
+
- microsoft/resnet-50
5
+
- google/efficientnet-b0
6
+
pipeline_tag: image-classification
7
+
library_name: keras
8
+
---