- Flask
- google-cloud-translate
- beautifulsoup4
- gunicorn (optional to deploy)
- a api-key of google translate api
- declares an environment variable with the path to the .json file of the Google translate api-key
- Execute
python app.py
- Open a web browser and go to http://127.0.0.1:5000
- declares an environment variable with the path to the .json file of the Google translate api-key
- Execute
gunicorn -b 0.0.0.0:8000 app:app