Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please create a node version #253

Open
55Cancri opened this issue Nov 15, 2023 · 3 comments
Open

Please create a node version #253

55Cancri opened this issue Nov 15, 2023 · 3 comments

Comments

@55Cancri
Copy link

55Cancri commented Nov 15, 2023

A node version will give access to a whole new segment of developers and allow word-level timestamps to happen directly inside of a node lambda after generating audio with openais recent tts api. By having this in javascript, it will also make it easier for js devs to create audio-text synchronization or "karaoke-style" highlighting in their user interfaces when reading text.

@electro199
Copy link

you can make a wrapper over the C implementation of whisper then use exe to get json and combine those or just call python cli

@Yunesss
Copy link

Yunesss commented Nov 20, 2023

You can run this as a microservice on a python lambda and get a json response that you can deserialize in javascript

@55Cancri
Copy link
Author

I considered both of your suggestions but if I call another lambda from the first lambda, then the the client has to wait for two cold starts instead of one.

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

No branches or pull requests

3 participants