top | item 38872885

Any recommendation for human like voice AI model for conversation AI?

2 points| gopalanj | 2 years ago

Looking integrate a human like voice AI model for conversation AI? Any recommendation?

1 comment

order

I_am_neo|2 years ago

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.