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