Skip to content

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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions