Spaces:
Sleeping
Sleeping
| [project] | |
| name = "ai-garbage-assistant" | |
| version = "1.0.0" | |
| description = "AI 垃圾分类助手 - 环保小能手" | |
| requires-python = ">=3.9" | |
| dependencies = [ | |
| "torch>=2.0.0", | |
| "torchvision>=0.15.0", | |
| "pillow>=10.0.0", | |
| "numpy>=1.24.0", | |
| "fastapi>=0.104.0", | |
| "uvicorn>=0.24.0", | |
| "python-multipart>=0.0.6", | |
| "requests>=2.31.0", | |
| "tqdm>=4.66.0", | |
| "gradio>=4.0.0", | |
| "matplotlib>=3.7.0", | |
| ] | |
| [project.scripts] | |
| garbage-assistant = "main:main" | |
| [tool.ruff] | |
| line-length = 100 | |
| target-version = "py39" | |