Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hogelog/whispercppapp
- Owner: hogelog
- License: gpl-3.0
- Created: 2022-12-25T07:21:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T01:08:19.000Z (12 months ago)
- Last Synced: 2024-02-06T01:51:50.198Z (12 months ago)
- Language: C++
- Size: 472 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```