Skip to content

Example repository to demonstrate usage of whisper.cpp in Zig.

Notifications You must be signed in to change notification settings

baristikir/whisper-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whisper.cpp with Zig

This repository demonstrates the usage of whisper.cpp in Zig.

Usage

First download a Whisper model from huggingface.

$ ./whisper.cpp/models/download-ggml.sh base.en
$ zig build && ./zig-out/bin/whisper-zig -- -m ggml-base.en.bin -f ./whisper.cpp/samples/jfk.wav

Tests

$ ./whisper.cpp/models/download-ggml.sh base.en
$ zig build test

Sources

About

Example repository to demonstrate usage of whisper.cpp in Zig.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published