Thiagohgl / ai-pronunciation-trainer

This tool uses AI to evaluate your pronunciation.
GNU Affero General Public License v3.0
135 stars 38 forks source link

Additional languages #2

Open janosimas opened 1 year ago

janosimas commented 1 year ago

Hey, cool project! Is it possible to extend with other languages?

I learning dutch and this would be of great help!

Thiagohgl commented 12 months ago

Thanks! To extend the project with other languages you basically just need a speech2text model (in your case dutch) and some database with text samples, neither which should be too complicated to find. Everything else is already there with possibly only marginal necessary code changes. I personally currently don't have time for this kind of support (especially since there's always one more language), but if you want to implement it yourself with maybe a tutorial on how other people can add their our language it would be really cool and I could help in case you get stuck.

henriMacedoGoncalves commented 3 months ago

Hello, I would like to know if you succeeded on adding other languages or if you could give me some additional clarification how to add a new language. :)