Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 451 Bytes

Talking Avatar backend

The text to speech and blendShapes converter for https://github.com/bornfree/talking_avatar. Uses the Azure APIs to get stuff done.

This is a simple ExpressJS app.

Get keys from Azure and create a .env in the root directory with

AZURE_KEY=
AZURE_REGION=

To run

$ npm install
$ npm start