Skip to content

examples : add parakeet-server example#3904

Open
danbev wants to merge 10 commits into
ggml-org:masterfrom
danbev:parakeet-server
Open

examples : add parakeet-server example#3904
danbev wants to merge 10 commits into
ggml-org:masterfrom
danbev:parakeet-server

Conversation

@danbev

@danbev danbev commented Jun 22, 2026

Copy link
Copy Markdown
Member

This commit adds a http server for parkeet similar to whisper-server. The shared functionality has been extracted in to
examples/server-common.h to avoid code duplication.

This commit adds a http server for parkeet similar to whisper-server.
The shared functionality has been extracted in to
examples/server-common.h to avoid code duplication.
@danbev danbev force-pushed the parakeet-server branch from e164e99 to ece8721 Compare June 23, 2026 12:23
danbev and others added 4 commits June 24, 2026 15:04
We currently don't have an session concept and having this option does
not make sense at the moment.
The motivation for this is that setting audio_ctx smaller than the
model default forces the encoder to process shorter chunks than it was
trained on which will hurt accuracy.

In the future a streaming model should be able to handles this instead.
@Turijon

Turijon commented Jun 25, 2026

Copy link
Copy Markdown

Hi @danbev. I've added small change to keep the input files: danbev#2
Quite useful when trying to check what exactly was recorded. You can merge if change is ok for you.

@danbev danbev marked this pull request as ready for review June 26, 2026 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants