Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marx-wrld/translator-app
A python with flask project for a translator service, translating to four European languages. It uses the Azure key services to translate the original English Language.
https://github.com/marx-wrld/translator-app
azure flask html5 python
Last synced: 2 days ago
JSON representation
A python with flask project for a translator service, translating to four European languages. It uses the Azure key services to translate the original English Language.
- Host: GitHub
- URL: https://github.com/marx-wrld/translator-app
- Owner: Marx-wrld
- License: cc0-1.0
- Created: 2022-12-02T12:59:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T14:20:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T09:14:59.513Z (2 days ago)
- Topics: azure, flask, html5, python
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translator-App-using-Flask-and-Azure
A simple python with flask project code for a translator service, translating to four European languages. It uses the Azure key services to translate the original English Language.
***Ignore or delete the test.py file***##### You need to first create a virtual environment using: >python -m venv venv
##### Then activate using > .\venv\scripts\activate
##### Extract the env zip file and copy the .env file to the root directory
##### open your vscode terminal and type > flask run
##### click the localhost 5000 link to see the flask app
![2022-12-02 15_41_06-](https://user-images.githubusercontent.com/105711066/205300513-396727d8-9ced-45da-abb9-11fa0b2ea426.png)
![2022-12-02 15_42_14-](https://user-images.githubusercontent.com/105711066/205300637-b3737d9c-c0c3-4016-9485-e277a3d18910.png)