marimo sandbox with qumo ollama

This commit is contained in:
2025-11-25 18:55:23 +01:00
parent edcf382cd1
commit e6ff31b485
7 changed files with 1076 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "interview-analysis"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"marimo>=0.18.0",
"numpy>=2.3.5",
"ollama>=0.6.1",
"pyzmq>=27.1.0",
]