Autoresearch implementation for testing

This commit is contained in:
Andrej Mickov
2026-03-24 10:37:51 +01:00
parent 4a435bf13d
commit a0086da16b
12 changed files with 1874 additions and 330 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "vesseldetection"
version = "0.1.0"
description = "Autoresearch-style YOLO vessel detection experiments"
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"ultralytics>=8.3.0",
]
[tool.uv]
package = false