File size: 552 Bytes
ef9e684 4c7f58c ef9e684 a340f3e 4c7f58c 9358900 37ae348 ef9e684 813c37f a340f3e bd55878 4c7f58c 76b7c37 4c7f58c bd55878 ef9e684 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[project]
name = "deepfake-watchdog"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"anthropic>=0.53.0",
"deepface>=0.0.93",
"fpdf>=1.7.2",
"git-filter-repo>=2.47.0",
"gradio[mcp]>=5.32.1",
"huggingface-hub[cli]>=0.32.3",
"llama-index>=0.12.41",
"llama-index-llms-anthropic>=0.7.2",
"modal>=1.0.3",
"opencv-python-headless>=4.11.0.86",
"pydub>=0.25.1",
"resemblyzer>=0.1.4",
"tf-keras>=2.19.0",
"yt-dlp>=2025.5.22",
]
|