13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
# Dependencias básicas para ejecutar Whisper en CPU
|
|
torch>=1.12.0
|
|
ffmpeg-python
|
|
numpy
|
|
# Optional backends (comment/uncomment as needed)
|
|
openai-whisper
|
|
transformers
|
|
faster-whisper
|
|
# TTS (opcional)
|
|
TTS
|
|
pyttsx3
|
|
huggingface-hub
|