Translango - travel without language barriers
Planning to visit a foreign country but don’t know the language? Don’t worry, we have got you covered! Translango is a website where you can
- translate text of one language into another
- Upload a picture and get the name of objects in another language
- Play a game to learn new words in a foreign language
It was developed with the help of amazing team of fellow UTokyo students, Megha Sharma, Yu Nakai, Rodrigo Curiel and Kunsheng.
We had used following technologies in the project:
- Frontend: React with Typescript + MUI
- Backend: FastAPI with Python
- Cloud Services: Google Cloud Translate for translation; Google Cloud Vision for object detection; Google Cloud Run for backend code deployment and CI/CD for backend, Google Cloud Storage for storing images; AWS Amplify for deploying and setting up CI/CD for frontend
- Docker: We used docker locally as well for deploying our app on the cloud
You can see the site at https://gaurishg.github.io/TranslanGo/.
Detect objects and get translations simultaneously