NaomiProject / Naomi

The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
https://projectnaomi.com/
MIT License
242 stars 47 forks source link

[STT] Add support for whisper.cpp #381

Open TristanWasTaken opened 1 year ago

TristanWasTaken commented 1 year ago

Whisper.cpp is a community port of OpenAI's whisper (#380)

Detailed Description

Whisper.cpp is a C/C++ port of OpenAI's whisper with better performance and speed. It's performant enough to run on phones and raspberry pi's. Both share the same models, so Whisper.cpp currently supports 57 languages.

Context

I'm using Whisper.cpp for personal projects.

Possible Implementation

A new STT plugin.

99bits commented 5 months ago

what would be needed to add support for whisper? Is there documentation of how to do this?

TristanWasTaken commented 5 months ago

what would be needed to add support for whisper? Is there documentation of how to do this?

don't think so. I won't do anything with whisper for the next year(?), so the issue can be closed if there is no interest from the project's side.