Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Real Time Language translator streamlit app (#118 issue #123 PR) #162

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

770navyasharma
Copy link
Contributor

Pull Request for PyVerse 💡

Issue Title : #118

  • Info about the related issue (Aim of the project) : This project aims to develop a real-time language translator that captures speech, translates it into a specified target language, and converts the translation back into speech for playback. This enhances communication across language barriers and provides an interactive experience for users.
  • Name: Navya Sharma
  • GitHub ID: 770navyasharma
  • Email ID: [email protected]
  • **Idenitfy yourself: GSSOC 2024 extd, Hacktoberfest 2024

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.

Screenshot 2024-10-05 at 10 31 16 PM
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

github-actions bot commented Oct 6, 2024

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@github-actions github-actions bot requested a review from UTSAVS26 October 6, 2024 08:53
@UTSAVS26 UTSAVS26 requested a review from TheChaoticor October 6, 2024 09:46
@UTSAVS26 UTSAVS26 requested a review from shaansuraj October 6, 2024 14:10
@UTSAVS26 UTSAVS26 merged commit b81acc7 into UTSAVS26:main Oct 7, 2024
1 check passed
@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Approved ✔️ PRs that have passed review and are approved for merging. level2 gssoc-ext hacktoberfest hacktoberfest-accepted labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest hacktoberfest-accepted level2 Status: Approved ✔️ PRs that have passed review and are approved for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Real time translation ML project
3 participants