This is a web application for translation. This can translate every language into Mostly-Used language.
- install uv
- clone this repo
- get Service Account Key (.json) from Google Cloud Console
- add the json file into environmental PATH with command below
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/credentials.json"
- run command below to setup
uv init uv sync - run command below to launch localhost server
uv run app.py - access
http://127.0.0.1//256000
