Skip to content

Wrapper module around wav2vec2 designed for ease of use

License

Notifications You must be signed in to change notification settings

mr-martian/simple-asr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Wrapper module around wav2vec2 designed for ease of use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages