[project] | |
name = "stashface" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.11" | |
dependencies = [ | |
"deepface", | |
"gradio==5.25.2", | |
"mediapipe>=0.10.21", | |
"pyzipper==0.3.6", | |
"retina-face==0.0.17", | |
"tf-keras>=2.18.0", | |
"ultralytics==8.3.69", | |
"voyager==2.1.0", | |
] | |
[tool.uv.sources] | |
deepface = { git = "https://github.com/serengil/deepface.git", rev = "cc484b54be5188eb47faf132995af16a871d70b9" } | |