1
0

Refactored code, added Dockerfile, replaced bash scripts with python alternatives, added README with instructions on running a pipeline

This commit is contained in:
2026-04-01 16:56:06 +02:00
parent ca116562fe
commit 686a458905
19 changed files with 1103 additions and 65 deletions

17
requirements.txt Normal file
View File

@@ -0,0 +1,17 @@
# Core project dependencies inferred from imports in this workspace
boto3
python-dotenv
elevenlabs
torch
transformers
diffusers
accelerate
safetensors
huggingface-hub
# Optional but commonly required for 4-bit quantization with BitsAndBytesConfig
bitsandbytes
# Notes:
# - ffmpeg/ffprobe are required by video scripts but installed at OS level, not via pip.
# - torchrun is provided by the torch package.