Initial commit with project files

This commit is contained in:
2025-06-27 14:34:11 +02:00
commit 7ea3207e63
310 changed files with 9331 additions and 0 deletions

18
Pipfile Normal file
View File

@@ -0,0 +1,18 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"opencv.python" = "*"
numpy = "*"
matplotlib = "*"
scipy = "*"
opencv-python = "*"
pyvirtualcam = "*"
tensorflow = "*"
[dev-packages]
[requires]
python_version = "3"