Mozilla's DeepSpeech transcriber in a pip installable package.
Project description
pydeepspeech
- The simpliest way to use AI to generate transcriptions from a wav file.
- This project uses the Mozilla DeepSpeech engine built from the included demo:
Quick start
Optional: Create a virtual python package
- Works for Ubuntu/MacOS bash or win32 git-bash
mkdir pydeepspeechcd pydeepspeech- Download and install virtual env:
curl -X GET https://raw.githubusercontent.com/zackees/make_venv/main/make_venv.py -o make_env.pypython make_env.py
- Enter the environment:
source activate.sh
- Continue on in the next step...
The environment is now active and the next step will only install to the local python. If the terminal
is closed then to get back into the environment cd pydeepspeech and execute source activate.sh
Required: Install to current python environment
pip install pydeepspeech- The command
pydeepspeechwill magically become available.
- The command
pydeepspeech --wav_file <MY_WAVE>
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
pydeepspeech-1.1.2.tar.gz
(9.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydeepspeech-1.1.2.tar.gz.
File metadata
- Download URL: pydeepspeech-1.1.2.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c41004765407f190e0ad66f8acdbdeb89cd1a910e1ee4c91a655add59dfca59
|
|
| MD5 |
13f796f7465fbc19ad14c6b3a5d8c0c9
|
|
| BLAKE2b-256 |
2d4068cec9794dae34d52fdd6fbbe014bff1875ae3d40be48d5f873fc49674b9
|
File details
Details for the file pydeepspeech-1.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: pydeepspeech-1.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d45dd03eb4fd272377ae9196b35ba1f2acdd40ad00c295e190f7cbffae3110f4
|
|
| MD5 |
80a9c7305296044c30f205b68db34304
|
|
| BLAKE2b-256 |
cdfe0d0566bd58ca8e23fcbf08f50e6fcf832a679de2561f379ff64f2a5ad978
|