Simple Microsoft AI speech translator. Requires an account to work.
npm install
- Create a config folder with a
.envfile and add the following askey = value- PORT = 2121 (can be any port example: 3000)
- MS_KEY =
your Microsoft Face Endpoint - MS_REGION =
your Microsoft Face Key
npm start