Added Real Time Language translator streamlit app (#118 issue #123 PR) #162
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.
Pull Request for PyVerse 💡
Issue Title : #118
Closes: #118
Describe the add-ons or changes you've made 📃
Give a clear description of what have you added or modifications made
Type of change ☑️
What sort of change have you made:
In this PR, I have implemented the following changes:
Developed a translation.py module that captures audio input from the user and translates it into a specified target language using Google Translate API.
Created a main.py file to serve as the entry point for the application, facilitating user interaction and handling UI elements.
Organized the project structure by creating a folder for the translator application, which includes necessary assets, styles, and utility functions.
Removed unnecessary files such as pycache to keep the repository clean.
Updated the README.md file to provide clear instructions and descriptions of the project, following the template provided by the repository owner.
How Has This Been Tested? ⚙️
The application has been tested locally by capturing speech input, ensuring accurate translation and playback. The following tests were performed:
Speech recognition accuracy in various ambient noise conditions.
Correctness of translations for multiple language pairs.
Successful playback of translated audio without errors.
Checklist: ☑️