Add feature: Elocution Bot, a real world application to help users with pronunciation #119
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Scope
This PR brings a new bot functionality called Elocution Bot to the list of examples. Elocution Bot is a real-world application that helps people improve their pronunciation and elocution, enhancing their speech clarity and making them better speakers.
This PR brings 2 such bots based on the Open AI Model to do the same. The first one is a text-based bot like the other bots in the repo, which helps users understand the proper pronunciation by breaking the word into syllables, gives examples to the users, and engages them in small practice exercises. The second one is a discord bot, that can be added by users to their own servers where the bot will help them to learn the pronunciation using audio cues sent by the bot when a user passes a word to it.
Screenshots
Text-based Bot
Discord Bot
Code improvements
pyproject.toml
.Developer checklist