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

https://github.com/brlin-tw/whisper.cpp-snap

Provides easy access to the whisper.cpp application on snap-enabled OS distributions.
https://github.com/brlin-tw/whisper.cpp-snap

openai-whisper snap-packaging speech-recognition whisper-cpp

Last synced: about 1 year ago
JSON representation

Provides easy access to the whisper.cpp application on snap-enabled OS distributions.

Awesome Lists containing this project

README

          

# Unofficial snap packaging for whisper.cpp

Provides easy access to [the whisper.cpp application](https://github.com/ggerganov/whisper.cpp) on snap-enabled OS distributions.


[![The GitLab CI pipeline status badge of the project's `main` branch](https://gitlab.com/brlin/whisper.cpp-snap/badges/main/pipeline.svg?ignore_skipped=true "Click here to check out the comprehensive status of the GitLab CI pipelines")](https://gitlab.com/brlin/whisper.cpp-snap/-/pipelines) [![GitHub Actions workflow status badge](https://github.com/brlin-tw/whisper.cpp-snap/actions/workflows/check-potential-problems.yml/badge.svg "GitHub Actions workflow status")](https://github.com/brlin-tw/whisper.cpp-snap/actions/workflows/check-potential-problems.yml) [![pre-commit enabled badge](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white "This project uses pre-commit to check potential problems")](https://pre-commit.com/) [![REUSE Specification compliance badge](https://api.reuse.software/badge/gitlab.com/brlin/whisper.cpp-snap "This project complies to the REUSE specification to decrease software licensing costs")](https://api.reuse.software/info/gitlab.com/brlin/whisper.cpp-snap)

## References

This section documents the materials referenced during the development of this project:

* [ggerganov/whisper.cpp: Port of OpenAI's Whisper model in C/C++](https://github.com/ggerganov/whisper.cpp)
The upstream project.
* [MIT License - Wikipedia](https://en.wikipedia.org/wiki/MIT_License)
Explains the versioning characteristic of the MIT license.

## Licensing

Unless otherwise noted(individual file's header/[REUSE DEP5](.reuse/dep5)), this product is licensed under [the MIT license](https://www.opensource.org/licenses/MIT), or any of its recent versions you would prefer.

This work complies to [the REUSE Specification](https://reuse.software/spec/), refer the [REUSE - Make licensing easy for everyone](https://reuse.software/) website for info regarding the licensing of this product.