jsedoc / talking_avatar_backend

Simple ExpressJS backend for talking avatars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple ExpressJS backend for talking avatars


Languages

Language:JavaScript 94.6%Language:Pug 3.9%Language:CSS 1.6%