LPX55
Add .python-version, pyproject.toml, and update .gitignore; modify README and requirements
ca1106e
[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" } | |