A transcriber
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. Utilise multiprocessing for faster results.
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.0.6.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file autotranscribe-0.0.6.tar.gz
.
File metadata
- Download URL: autotranscribe-0.0.6.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 540cf4650cd3bdcb18451b2c5803867a3f58c19f71fb5b328d0c1bd1b2cfb070 |
|
MD5 | 275d83f5540b16b10383fdbe32c7c49c |
|
BLAKE2b-256 | 30b1cc425d52c0fe520d357181debb9b982571660cecb62b3395ff0bfd1932f9 |
Provenance
File details
Details for the file autotranscribe-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: autotranscribe-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5fca02b7a69927ea9870e7dd30435c189e6d4fee33ad7b6806735fb2c121b88 |
|
MD5 | d496d5d4e9754ea5e79dea6b6ff557ef |
|
BLAKE2b-256 | 90714106f83fbbf03521f7687e5e00989b07221539f251df056f705391282443 |