🏃💡Talabat Hackathon 2022 API project
This project is maintained by guibranco
🏃 💡 Talabat Hackathon project that translates and generates audio (voice) of menu items in the Talabat app into many languages using AWS Polly.
This C# project is a web REST API designed to enhance the Talabat app by:
AmazonTranslateClient
for translations.AmazonPollyClient
for text-to-speech functionality.git clone https://github.com/guibranco/talabat-hackathon-2022.git
cd talabat-hackathon-2022
dotnet restore
dotnet build
dotnet run
http://localhost:<port>
.api/v{version:apiVersion}/audio/{path}
api/v{version:apiVersion}/settings
TranslateIsoCodes
and TranslateIsoPairs
.api/v{version:apiVersion}/speech
{
"text": "Sample text to convert to speech",
"language": "en"
}
api/v{version:apiVersion}/translate
{
"text": "Sample text to translate",
"sourceLanguage": "en",
"targetLanguage": "es"
}
Contributions are welcome! Please submit issues or pull requests via the GitHub repository.
This project is licensed under the MIT License. See the LICENSE file for details.