A Python script to download YouTube audio, transcribe it, translate the text, and generate speech output.
- Download audio from YouTube videos.
- Transcribe audio using OpenAI's Whisper.
- Translate text to 13+ languages.
- Convert translated text to speech with gTTS.
- Python 3.8+
- FFmpeg
git clone https://github.com/yourusername/youtube-audio-processor.git
cd youtube-audio-processor
pip install -r requirements.txt