Initial commit

This commit is contained in:
Chris Proctor
2026-04-07 22:49:53 -04:00
commit acb9585eb6
9 changed files with 377 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "lab-local-models"
version = "0.1.0"
description = ""
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.13"
license = { text = "MIT" }
dependencies = [
"geocoder>=1.38.1",
"ollama>=0.6.1",
"requests>=2.32.3",
]