Autotranscribe is a library to convert video/audio to text. The library currently supports transcription of youtube files as well as implementing multiprocessing for faster transcription. It is built around the OpenAI whisper model.
Use the package manager pip to install autotranscribe.
pip install autotranscribe
import autotranscribe
# Transcribe a youtube file with basic functionality.
autotranscribe.transcribe_from_youtube(url,'transcripts/transcript.txt', multiproc = True)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.