Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 785 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 785 Bytes

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