this post was submitted on 11 Aug 2023
752 points (93.8% liked)

Programmer Humor

31250 readers
913 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Pantoffel@feddit.de 2 points 11 months ago (1 children)

That sounds nice. I've been looking at serenade.ai and thought about extending their STT with an option to use another third-party STT engine. I would then like to extend their command engine with LLM command recognition. In my experience, maybe also with my pronunciation as a non-english speaker, their STT and command recognition really doesn't work that well.

[–] flossdaily@lemmy.world 3 points 11 months ago (1 children)

Have you tried Whisper from OpenAI? It's the best I've ever seen. I'm curious how it would handle accents.

[–] Pantoffel@feddit.de 2 points 11 months ago

No, not yet. But thanks for the tip!