CoolFace
Apppublic

SkinsenseAI26/skinsense-scalp

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
10 commits on main
dc28c714mo ago

fix: restore TF 2.18 + native keras3 loader; models are Keras 3 format (DTypePolicy)

Rishabh Jangid
8b0116a4mo ago

fix: compat shim for Keras-3 InputLayer config; dynamic resize per model input shape

Rishabh Jangid
808ddf84mo ago

working

Rishabh Jangid
b1112db4mo ago

Add scalp analysis models

Rishabh Jangid
e6696744mo ago

Update dandruff (3-class) and redness models; expected-value severity scoring

Rishabh Jangid
d68cb1f5mo ago

Upgrade to TF 2.18 / Keras 3 to load batch_shape models

Rishabh Jangid
688bc535mo ago

Log prediction tensors; try compile=True first

Rishabh Jangid
1f8b05d5mo ago

Surface inference errors; load models with compile=False

Rishabh Jangid
7622ebd5mo ago

Add scalp analysis FastAPI service with 6 TF models

Rishabh Jangid
88f78e95mo ago

initial commit

SkinsenseAI26