An auto transcription service for youtube and normal videos.
Project description
Autotranscribe
Autotranscribe is a simple 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.
Please make sure to update tests as appropriate.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autotranscribe-0.1.5.tar.gz
(4.5 kB
view hashes)
Built Distribution
Close
Hashes for autotranscribe-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 490289508d59b41a181c7df28b763e10695dee8c4fe53df6efeb18ce1639d04f |
|
MD5 | 56810b0ec9bb4c06b555d6801081ba20 |
|
BLAKE2b-256 | a06d7ad2c8e1e8fd1d51868b57a7495602f3808e842da7eb60794f3c880bd5b6 |