feat: initial HSAP platform

Huaxu Sentinel Active Safety Platform with embedded algorithm code,
Docker Compose setup, and vendored dataset scaffolds for clone-and-run.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-25 16:59:59 +08:00
commit 7c43b44c57
1619 changed files with 373355 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# 华胥主动安全平台 — Python 依赖
fastapi>=0.100.0
uvicorn>=0.23.0
pyyaml>=6.0
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.9
redis>=5.0.0
python-jose[cryptography]>=3.3.0
httpx>=0.27.0
Pillow>=10.0.0
python-multipart>=0.0.9