https://github.com/adalbertpungu/flask-text-translator
Une application Web d’IA pour traduire du texte avec Flask.
https://github.com/adalbertpungu/flask-text-translator
azure bootstrap cognitive-services flask html python translation
Last synced: 2 months ago
JSON representation
Une application Web d’IA pour traduire du texte avec Flask.
- Host: GitHub
- URL: https://github.com/adalbertpungu/flask-text-translator
- Owner: AdalbertPungu
- Created: 2022-02-04T17:58:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T07:53:13.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T06:32:39.823Z (over 1 year ago)
- Topics: azure, bootstrap, cognitive-services, flask, html, python, translation
- Language: Python
- Homepage: https://translatorap.azurewebsites.net
- Size: 3.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An AI web app to translate text with Flask
In this app, I use a Cognitive Service to access text translation in a web app.
| **Goal** | Description |
| ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| **You Should learn Azure** | How to create a A, Create a resource in Azure to have an API key with the Translation cognitive service. |
| **What you'll need** | [Python](https://www.python.org/downloads/) and [Visual Studio Code](https://code.visualstudio.com?WT.mc_id=academic-56258-chrhar) |