init proj

This commit is contained in:
贺海国
2025-12-25 15:32:44 +08:00
parent 0cb1c0f6e3
commit dac8a55983
9 changed files with 2353 additions and 2 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "hm-qwen3-vl"
version = "0.1.0"
description = "基于 OpenRouter Qwen3 VL 8B 的病虫害识别 FastAPI 服务"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
"httpx>=0.25.0",
"python-multipart>=0.0.6",
"pillow>=10.0.0",
"python-dotenv>=1.0.0",
]