This project provides a simple application to transcribe audio from YouTube videos using the Whisper model.
- Python 3.7+: Ensure Python is installed on your system.
- FFmpeg: Required for audio extraction.
- Python libraries : yt-dlp, whisper, pyperclip
Clone the Repository:
git clone https://github.com/lupedsagaces/TRScript.git
cd TRScriptMake the installation script executable:
chmod +x script.sh
./script.shRun following commands:
winget install ffmpeg
python3 install -r requirements.txt