This is a project that uses the Gladia API to get the voice of the user and convert it to text. The text is then sent to the Deepl API to translate it to the desired language. Everything is done in real-time.
- Clone the repository
git clone https://github.com/Queng123/Real-time-translate.git
- Install the dependencies
npm install
- Create a .env file with the following variables:
- GLADIA_API_KEY
- DEEPL_API_KEY
- Run the project
npm start
- Speak to the microphone
- The text will be translated to the desired language
- JavaScript
- Node.js