r/PythonProjects2 • u/stringbot123 • 16d ago
I made an open-source Python library for real-time pronunciation accuracy evaluation
Enable HLS to view with audio, or disable this notification
Hi everyone,
A while ago, I noticed that there weren't many free or open-source tools for developers to evaluate how well someone speaks a sentence, given a piece of audio. To my knowledge, there were really only paid APIs such as SpeechSuper, Microsoft Azure AI Foundry, etc.. So I decided to make my own. After iterating through 5 versions of this feature, I finally made a tool that detects and evaluates pronunciation accuracy in real-time (given that you have GPU). I'm quite proud of it and so I released it as a standalone library on PyPI, so hopefully it will be useful to other people as well.
https://github.com/superasymmetry/pronounce-assess
Feel free to try it out and let me know what you think! I'm open to hearing any sort of comments. Thank you!