nextcloud / stt_whisper

Speech-To-Text provider running OpenAI Whisper locally
23 stars 0 forks source link

Whisper Speech-To-Text

Speech-To-Text provider for Nextcloud running OpenAI Whisper locally on CPU.

The model runs completely on your machine. No private data leaves your servers.

Requirements

Model sizes

Ethical AI Rating

Rating: 🟡

Positive:

Negative:

Learn more about the Nextcloud Ethical AI Rating in our blog.

Install

Download models

After installing this app you will need to run

occ stt_whisper:download-models [model-name]

where [model-name] is one of

Building the app

The app can be built by using the provided Makefile by running:

make

This requires the following things to be present:

NOTE

A few things to keep in mind.

occ config:app:set spreed call_recording_transcription --value yes