Hacker News new | ask | show | jobs
Any recommendation for human like voice AI model for conversation AI?
2 points by gopalanj 895 days ago
Looking integrate a human like voice AI model for conversation AI? Any recommendation?
1 comments

Fast or good, choose one

Mozilla's TTS is a python package installable with pip and uses cpu or gpu resources to render a choice of voices, they mostly sound natural and this is the good. https://github.com/mozilla/TTS

Mycroft's mimic3 is the default voice renderer for the Mycroft project that runs on pi hardware and sounds ok-ish, that is the fast. https://github.com/MycroftAI/mimic3

There are many others but these are the two I use according to if it needs to run on limited hardware or if the cycles fall freely from the sky.