go-whisper
Speech-to-Text in golang. These is an early development version:
sys/whisper
directory contains the basic bindingspkg/whisper
provides a more golang-like packagecmd
are the start of the command-line toolsthird_party
is a submodule for the whisper.cpp source
Building
The following Makefile
targets can be used:
make submodule
- fetches thethird_party
submodulesmake whisper
- builds thewhisper
librarymake models
downloads the models to themodels
directorymake cmd
builds the command-line tools, and places them inbuild
directorymake test
runs the tests
Status
This is a work in progress!