Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 818 Bytes

Readme.md

File metadata and controls

38 lines (29 loc) · 818 Bytes

Description

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.

How to use

  1. Clone the repository
  git clone https://github.com/Queng123/Real-time-translate.git
  1. Install the dependencies
  npm install
  1. Create a .env file with the following variables:
    • GLADIA_API_KEY
    • DEEPL_API_KEY
  2. Run the project
  npm start
  1. Speak to the microphone
  2. The text will be translated to the desired language

Technologies

  • JavaScript
  • Node.js

APIs

Author