Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 830 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 830 Bytes

whispercppapp

speech recognition app powered by whisper.cpp

image

whispercppapp contains some external programs binaries.

Install

Download and extract release archvie from https://github.com/hogelog/whispercppapp/releases.

Development

Required

  • macOS (Apple silicon macOS) or Windows
  • Flutter

Launch from source

$ git clone https://github.com/hogelog/whispercppapp.git --recurse-submodules
$ cd whispercppapp
$ ./run.dart setup
$ flutter run -d macos

Release

$ ./run.dart build
$ ./run.dart submit