CoolFace
Apppublic

build-small-hackathon/Household-Food-Waste-Forensics

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
18 commits on main
2db93ae3mo ago

docs: update article link to published blog post

Abhishek
4d615163mo ago

docs: link blog post article in README

Abhishek
6b4582f3mo ago

fix: change model download path to models/ to avoid persistent storage mount hiding files

Abhishek
0fa80e73mo ago

fix: route sqlite and artifacts to /tmp to prevent read-only fs crashes

Abhishek
82c31e33mo ago

fix: add missing adapter folders to .dockerignore allowlist

Abhishek
61d54de3mo ago

docs: add blog post explaining project purpose

Abhishek
f42e9093mo ago

fix: let Gradio auto-find free port to avoid OSError crash loops

Abhishek
90b8f323mo ago

fix: create /data with correct permissions before downloading

Abhishek
79213803mo ago

chore: update model paths to point to /data/

Abhishek
daf8b543mo ago

fix: remove hardcoded root HF_HOME override

Abhishek
af23ec53mo ago

fix: enforce text visibility in dark mode using !important overrides

Abhishek
4cf510f3mo ago

fix: disable Gradio watchdog in HF Spaces to prevent port collisions

Abhishek
184d1cd3mo ago

Fix UI tab text color contrast in theme.css

Abhishek
d5d7be33mo ago

Install git in runtime stage to fix hf injected config

Abhishek
4867afd3mo ago

Add missing download_gguf.py script

Abhishek
c3719e13mo ago

Fix HF Space build hang by replacing llama compilation with python wrapper

Abhishek
4e837d83mo ago

Initialize project files and updated hackathon tags

Abhishek
2639bd93mo ago

initial commit

abhishekkataria16