first commit

This commit is contained in:
陈赣
2026-06-03 11:00:50 +08:00
commit 322b72ac5b
18 changed files with 1821 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
fastapi
uvicorn[standard]
opencv-python
torch
torchvision
transformers
timm
pillow
numpy
python-dotenv
jinja2