Spaces:
Running
Running
File size: 977 Bytes
0914710 8783164 5350122 0914710 fcb8c81 8783164 fcb8c81 0914710 8783164 0914710 8783164 fcb8c81 0914710 8783164 e999e89 8783164 0914710 8783164 0914710 8783164 0914710 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
[tool.poetry]
name = "samgis-lisa-on-zero"
version = "1.4.0"
description = "A VLM backend for machine learning instance segmentation on geospatial data that uses LISA (Reasoning Segmentation via Large Language Model)."
authors = ["alessandro trinca tornidor <alessandro@trinca.tornidor.com>"]
license = "MIT license"
readme = "README.md"
[metadata]
name = "samgis-lisa-on-zero"
version = "1.4.0"
[tool.poetry.dependencies]
bson = "^0.5.10"
contextily = "^1.6.0"
geopandas = "^1.0.1"
loguru = "^0.7.2"
numpy = "1.25.2"
opencv-python-headless = "^4.8.1.78"
pillow = "^10.4.0"
python = "~3.10"
python-dotenv = "^1.0.1"
rasterio = "^1.3.10"
requests = "^2.32.3"
spaces = "^0.28.3"
samgis-core = "^2.0.2"
lisa-on-cuda = "1.3.3"
[tool.poetry.group.fastapi]
optional = true
[tool.poetry.group.fastapi.dependencies]
fastapi = "^0.111.0"
loguru = "^0.7.2"
pydantic = "^2.8.2"
uvicorn = "^0.30.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|