(feat) add first step of highlighting features of interest

This commit is contained in:
Nicolas Sebastian Schuler
2025-07-31 12:18:18 +02:00
parent c6e30c6be6
commit 64385c1864
12 changed files with 406 additions and 64 deletions

View File

@@ -16,6 +16,8 @@ requires-python = ">=3.13"
dependencies = [
"langchain>=0.3.27",
"langchain-ollama>=0.3.6",
"numpy>=2.3.2",
"opencv-python>=4.11.0.86",
]
[tool.uv]