This project serves to create an application that translates a phrase into a language that the user chooses on the user interface. The user would speak to the application, and then the program would speak out loud the translated phrase.
After cloning the repository, please follow the steps below to run the application.
- Download Node and NPM
- cd into the
server
directory - Run 'npm install'
- Add necessary API keys to .env_sample page
- Rename .env_sample to .env
- While still in the
server
directory, runnpm run dev
to start the server in dev mode. - Open the index.html file in a browser.