Improvements and notebooks

This commit is contained in:
Andras Schmelczer 2026-04-26 21:05:16 +01:00
parent 84f8456fff
commit f6b0ba5754
34 changed files with 2668 additions and 1373 deletions

21
pyproject.toml Normal file
View file

@ -0,0 +1,21 @@
[project]
name = "frame"
version = "0.1.0"
description = "E-ink photo frame for Raspberry Pi Zero 2W"
requires-python = ">=3.11,<3.14"
dependencies = [
"numpy>=1.26",
"pillow>=10",
"opencv-python>=4.8",
"numba>=0.60",
]
[dependency-groups]
notebook = [
"matplotlib>=3.8",
"jupyterlab>=4.2",
"ipykernel>=6.29",
]
[tool.uv]
default-groups = ["notebook"]