feat: mvp

This commit is contained in:
h
2026-02-01 16:07:59 +01:00
commit 4ef769597a
20 changed files with 3566 additions and 0 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "chinese-dramas"
version = "0.1.0"
description = "Auto-dub Chinese videos to Russian/English using AI"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"edge-tts>=7.2.7",
"funasr>=1.3.1",
"inquirerpy>=0.3.4",
"modelscope>=1.34.0",
"pydantic-ai-slim[google]>=1.51.0",
"pydantic-settings>=2.0",
"pydub>=0.25.1",
"rich>=14.3.1",
"soundfile>=0.13.0",
"torch>=2.10.0",
"torchaudio>=2.10.0",
"torchcodec>=0.10.0",
]