CoolFace
Apppublic

rnunez245/helmet-detection-backend

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
9 commits on main
e316a598mo ago

Fix: Replace model with quantization_config stripped for TensorFlow 2.20.0 compatibility

Ruben Nunez, Claude Sonnet 4.5
f4843588mo ago

Fix: Upgrade TensorFlow to 2.20.0 for quantization_config support

rnunez245
dfa75438mo ago

Add comprehensive logging to diagnose model loading failure

rnunez245
e6483ae8mo ago

Force rebuild: Bust Docker cache to ensure numpy 1.26.4 is installed

rnunez245
a6f8a958mo ago

Fix: Update numpy to 1.26.4 for TensorFlow 2.19.0 compatibility

rnunez245
56f3d078mo ago

Add trained VGG-16 model (83MB) for helmet detection

rnunez245
49f84f78mo ago

Fix: Replace libgl1-mesa-glx with libgl1 for Debian Trixie compatibility

rnunez245
dc558f78mo ago

Initial backend deployment: VGG-16 helmet detection API

rnunez245
f7d888c8mo ago

initial commit

rnunez245