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

Translation of transcriptions into any language #2

Open
1 task
Tracked by #4
akdasa opened this issue Jul 27, 2024 · 0 comments
Open
1 task
Tracked by #4

Translation of transcriptions into any language #2

akdasa opened this issue Jul 27, 2024 · 0 comments
Assignees
Labels
feature New feature request

Comments

@akdasa
Copy link
Member

akdasa commented Jul 27, 2024

Problem Statement

Users want to listen to and understand lectures given in foreign languages. However, the available transcription is only in the language spoken by the lecturer, making it difficult for users who do not understand that language to follow along.
Proposed Solution

Proposed Solution:

Implement a feature that allows users to choose a target language, and the application will translate the transcription into the selected language. This way, users can read the transcription in a language they understand, enhancing their learning experience.
Feature Details

Language Selection Interface:

  1. Add a dropdown menu or language selection button in the application interface.
  2. The dropdown should list all available languages that the transcription can be translated into.

Translation Process:

  1. Once the user selects a target language, the application should automatically translate the entire transcription into the chosen language.
  2. Utilize a robust translation API (e.g., Google Translate API, Microsoft Translator, or any other reliable translation service) to ensure accurate translations.

Implementation Plan:

@akdasa akdasa added the feature New feature request label Jul 27, 2024
@akdasa akdasa self-assigned this Jul 27, 2024
@akdasa akdasa changed the title Translation of Transcriptions into Any Language Translation of transcriptions into any language Jul 27, 2024
@akdasa akdasa mentioned this issue Jul 27, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

1 participant