Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/whispercppapp

speech recognition app powered by whisper.cpp
https://github.com/hogelog/whispercppapp

Last synced: 24 days ago
JSON representation

speech recognition app powered by whisper.cpp

Awesome Lists containing this project

README

        

# whispercppapp
speech recognition app powered by whisper.cpp

![image](https://user-images.githubusercontent.com/50920/209566929-4665873c-d227-4d00-a7f8-bf73ece1ec19.png)

whispercppapp contains some external programs binaries.

- whisper.cpp
- All source code available at
- FFmpeg
- All source code available at

## Install
Download and extract release archvie from .

## Development
### Required
- macOS (Apple silicon macOS) or Windows
- Flutter

### Launch from source
```console
$ git clone https://github.com/hogelog/whispercppapp.git --recurse-submodules
$ cd whispercppapp
$ ./run.dart setup
$ flutter run -d macos
```

### Release
```console
$ ./run.dart build
$ ./run.dart submit
```