Spaces:
Running
on
Zero
Running
on
Zero
[tool.poetry] | |
name = "stf-alternative" | |
version = "0.1.0" | |
description = "alternative version of stf-api" | |
authors = ["Kim Minjong <make.dirty.code@gmail.com>"] | |
readme = "README.md" | |
packages = [ | |
{include = "stf_alternative", from="src"} | |
] | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
librosa = "0.8.1" | |
imageio = "2.13.5" | |
imageio-ffmpeg = "0.4.5" | |
Pillow = "9.1.0" | |
tqdm = "4.64.0" | |
numpy = "1.22.4" | |
addict = "2.4.0" | |
scipy = "1.12.0" | |
pandas = "1.3.5" | |
face_alignment = "1.3.5" | |
moviepy = "1.0.3" | |
transformers = "4.29.2" | |
facenet_pytorch = "2.5.2" | |
ffmpeg-python = "^0.2" | |
pydub = "^0.25" | |
av = "^11.0.0" | |
nvidia-pytriton = {extras = ["client"], version = "^0.4.2"} | |
asyncstdlib = "^3.10.9" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |