Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammybams/native-translation
https://github.com/sammybams/native-translation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sammybams/native-translation
- Owner: Sammybams
- License: mit
- Created: 2023-10-19T17:39:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T20:23:26.000Z (12 months ago)
- Last Synced: 2024-01-01T23:29:16.696Z (12 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Native-Translation
## Azure AI Multilingual Speech Transcription and Translation Service Demo
This repository hosts a demonstration of utilizing Azure Speech Service and Translator Service to create a multilingual speech transcription and translation solution. The demo showcases translation from English to Yoruba, Igbo, or Hausa, offering a practical example of building multilingual applications using Azure AI services.
## Demo Overview
In this demo, we illustrate how to create a robust multilingual speech processing system using Azure AI services:
- **Speech Transcription:** Utilizing Azure Speech Service, the demo transcribes spoken English into text.
- **Language Translation:** Leveraging Azure Translator Service, the transcribed English text is translated into Yoruba, Igbo, or Hausa, providing multilingual support.
## Demo Recording
To watch the demo in action, view the recorded event [here](https://youtu.be/ikNPMomeZKs?si=XgKUKVszioMQHpZN). The recording provides a step-by-step walkthrough of the solution, explaining the integration of Azure Speech and Translator services for multilingual speech processing.
## Presentation Slides
For a detailed understanding of the architecture, components, and implementation details, refer to the presentation slides used during the demo. The slides are accessible [here](https://bit.ly/speech-translation-slide).
This demo serves as a valuable resource for developers aiming to implement multilingual speech transcription and translation capabilities into their applications using Azure AI services.