vumichien commited on
Commit
19110d0
·
1 Parent(s): 14afd56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -18
README.md CHANGED
@@ -1,19 +1,8 @@
1
- # Talking Avatar backend
2
- The text to speech and blendShapes converter for https://github.com/bornfree/talking_avatar.
3
- Uses the [Azure APIs](https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-speech-synthesis-viseme) to get stuff done.
4
-
5
- This is a simple ExpressJS app.
6
-
7
- ### Get keys from Azure and create a `.env` in the root directory with
8
- ```
9
- AZURE_KEY=
10
- AZURE_REGION=
11
- ```
12
-
13
-
14
- ### To run
15
- ```
16
- $ npm install
17
- $ npm start
18
- ```
19
 
 
1
+ title: Avatar Ai Backend
2
+ emoji: 🔥
3
+ colorFrom: indigo
4
+ colorTo: yellow
5
+ sdk: docker
6
+ pinned: false
7
+ app_port: 5000
 
 
 
 
 
 
 
 
 
 
 
8