Initial commit

This commit is contained in:
Tie 2026-04-01 21:13:58 +02:00
commit b22231c8b6
40 changed files with 2443 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[project]
name = "point-cloud-classifier"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi==0.115.0",
"python-multipart==0.0.9",
"httpx==0.27.2",
"jinja2==3.1.4",
"jinjax==0.44.0",
"aiofiles==24.1.0",
"uvicorn==0.30.6",
]