Spaces:
Runtime error
Runtime error
File size: 489 Bytes
23e74d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# ========================================================== # requirements.txt for AI Solver Backend (V1.2 Final Minimal Version) # ========================================================== # --- Core Web Framework --- fastapi uvicorn gunicorn # --- Core AI APIs --- openai # For Kimi dashscope # For Tongyi Qianwen # --- Core OCR Library --- # pix2text 会自动安装 torch, numpy, Pillow, opencv 等大量依赖 pix2text # --- Utility Libraries --- python-dotenv |