Skip to content

DeveshParagiri/auto-transcribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Auto transcribe is an end-to-end transcription package based on OpenAI's Whisper model.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages