-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels