Osama Taqiedeen • over 1 year ago
Online STT APIs
Hello everyone,
Can we build something using a combination of an online speech to text service (probably google cloud but idk which is convenient) and the local LLM ?
Comments are closed.
Osama Taqiedeen • over 1 year ago
Hello everyone,
Can we build something using a combination of an online speech to text service (probably google cloud but idk which is convenient) and the local LLM ?
Comments are closed.
2 comments
Chris Mahoney • over 1 year ago
Since there are REST endpoints, most things should be possible to chain together output to input I believe. Still not 100% on the workflow I have in mind but I would wager that built in is purpose built to interact with cloud
Osama Taqiedeen • over 1 year ago
Yeah I know they can be chained; my question is if using a cloud service for SST would be okay for this hackathon.