initial commit

This commit is contained in:
Prunebutt 2025-10-13 17:32:48 +02:00
parent 6f2260e7f5
commit 1f3eb16391
4 changed files with 154 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "hello-python"
version = "0.1.0"
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]