File size: 769 Bytes
ca1106e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "opensight-deepfake-detection-models-playground"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "datasets>=3.5.0",
    "gputil>=1.4.0",
    "gradio-client==1.10.3",
    "gradio-log>=0.0.8",
    "gradio[mcp]>=5.33.1",
    "huggingface-hub[hf-xet]>=0.31.0",
    "onnxruntime>=1.22.1",
    "opencv-python>=4.11.0.86",
    "pillow>=11.3.0",
    "psutil>=5.9.8",
    "pydantic==2.11.5",
    "pyexiftool>=0.5.6",
    "python-dotenv>=1.1.1",
    "pywavelets==1.8.0",
    "spaces>=0.39.0",
    "torch>=2.7.1",
    "torchaudio>=2.7.1",
    "torchvision>=0.22.1",
    "transformers",
]

[tool.uv.sources]
transformers = { git = "https://github.com/huggingface/transformers.git" }