A tool for transcribing TikTok audio to text using OpenAI's Whisper model.
- Downloads audio from TikTok videos.
- Transcribes audio to text.
- Simple graphical user interface.
- Python
yt_dlp
for audio downloadingopenai
library withwhisper-1
model for transcriptiontkinter
andcustomtkinter
for GUI
- Run
install-requirements.bat
to install necessary libraries. - Set your OpenAI API key in the application.
Launch the app, input a TikTok link, and start transcribing.