podcastgen / requirements.txt
Rausda6's picture
Update requirements.txt
a4e0dab verified
raw
history blame
263 Bytes
pydantic==2.10.6
# Core ML and NLP dependencies
torch>=2.0.0
transformers>=4.30.0
accelerate>=0.20.0
# Audio processing and TTS
pydub>=0.25.1
edge-tts>=6.1.0
# PDF processing
PyPDF2>=3.0.0
# Web framework
gradio>=4.0.0
# Async I/O
aiofiles>=23.0.0
gitpython