Skip to content

Usage in ASR->LLM->TTS stack #3

@acatovic

Description

@acatovic

Hi! This is not an issue but first kudos on building this, and second I just have a question :-)

I have put together a local voice assistant (see https://github.com/acatovic/ova) and I use Parakeet as the ASR component (currently supports both CUDA and MLX backends).

My question is - what would be your recommended integration guide in this kind of setup? Since parakeet.cpp is in C++ and my other bits are in Python, should I just dump the ASR text output in temp files and then proceed with the rest of the Python stack. Or should I create a Python binding (which feels kinda weird since we are going Python -> C++ ->Python.

Just wanted to see your thoughts! Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions