autotranscribe

An auto transcription service for youtube and normal videos.


Keywords
transcription, text, speech, to, openai, pytube, speech-to-text, whisper-ai, youtube
License
MIT
Install
pip install autotranscribe==0.1.5

Documentation

Autotranscribe

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.

Installation

Use the package manager pip to install autotranscribe.

pip install autotranscribe

Usage

import autotranscribe

# Transcribe a youtube file with basic functionality.
autotranscribe.transcribe_from_youtube(url,'transcripts/transcript.txt', multiproc = True)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT