Spaces:
Sleeping
Sleeping
File size: 474 Bytes
f78216c 2104324 f78216c 2104324 909fab2 2104324 f78216c 909fab2 acf75f8 909fab2 f78216c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [project]
name = "planparser"
version = "0.1.0"
description = "Architectural plan elements detection"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"gradio>=6.2.0",
"fastapi>=0.110.0",
"uvicorn>=0.30.0",
"torch>=2.9.1",
"torchvision>=0.24.1",
"ultralytics>=8.3.243",
]
[dependency-groups]
dev = [
"albumentations>=2.0.8",
"ipywidgets>=8.1.8",
"jupyterlab>=4.5.1",
]
|