Wrapper module around wav2vec2 designed for ease of use
Project description
simple-asr
Wrapper module around wav2vec2 designed for ease of use
Installation
Ensure that ffmpeg
is installed.
Then do pip install simple-asr
Collab Notebook
from google.colab import drive
drive.mount('/content/drive/', force_remount=True)
!pip install simple-asr
!simple-asr-elan /content/drive/MyDrive/path/to/audio.wav /content/drive/MyDrive/path/to/elan.eaf /content/data default
!simple-asr-split /content/data
!simple-asr-train /content/data /content/model -e 140
!simple-asr-evaluate /content/data /content/model
This will result in there being model checkpoints in /content/model
which can then be copied to your drive.
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
simple_asr-0.0.1.tar.gz
(12.8 kB
view details)
Built Distribution
File details
Details for the file simple_asr-0.0.1.tar.gz
.
File metadata
- Download URL: simple_asr-0.0.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34468d33f2df09380c68ef63e4eb1aae9bd4d6c611e954d42335faa93e63c8af |
|
MD5 | 13d53786c64ef0e08534324284e16edd |
|
BLAKE2b-256 | 350167689683f8634a19ce3b5d5fa0ffcc94338bfce47cbf0eb883104350f480 |
File details
Details for the file simple_asr-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: simple_asr-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7560cb097865f71f2237626cb86faaee994fc13ea8f648f748bb7b2b6a05560 |
|
MD5 | 35e759bc706ec33c4a816da22c090875 |
|
BLAKE2b-256 | 3bb4b7f3fb50e21a034ea8e9b989dc61510bade1c4e673796333398a3b43d123 |