feat: Initial commit of Clutch-IQ project

This commit is contained in:
xunyulin230420
2026-02-05 23:26:03 +08:00
commit a355239861
66 changed files with 12922 additions and 0 deletions

9
tests/README.md Normal file
View File

@@ -0,0 +1,9 @@
# tests/
面向脚本执行的验证用例集合(以 `test_*.py` 为主)。
## 常用用法
- 本地启动推理服务后,运行 `test_inference_client.py` 验证接口联通与返回结构。
- 其余脚本用于验证特征计算与推理流程的基本正确性。