File size: 280 Bytes
ef9e684 4c7f58c ef9e684 4c7f58c ef9e684 4c7f58c ef9e684 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "deepfake-watchdog"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"deepface>=0.0.93",
"gradio[mcp]>=5.32.1",
"opencv-python-headless>=4.11.0.86",
"tf-keras>=2.19.0",
]
|