python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate
python transcribe.py -u <youtube_url>
To transcribe the video "Ballroom A Thursday Mar. 14 - SCaLE 21x" at https://www.youtube.com/watch?v=ljHjSvSy1AY
python transcribe.py -u https://www.youtube.com/watch?v=ljHjSvSy1AY
Outputs to ./transcripts/
This project is licensed under the MIT License.