fix: raise detection confidence threshold to 0.7, move model cache to project dir

This commit is contained in:
fiatcode 2026-02-27 21:50:37 +07:00
parent adf949b805
commit 9fc5bfc2c4
3 changed files with 29 additions and 3 deletions

13
.gitignore vendored Normal file
View file

@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Downloaded ML models
models/