digital-human
digital-human copied to clipboard
digital-human
Concept
I created this to make lecture videos using digital human. Concept is quite simple.

See the quick demo video:
https://user-images.githubusercontent.com/901975/115944150-98ec7a00-a4e6-11eb-911b-294aaea79741.mp4
Setup
1. Create account/Login
https://creator.uneeq.io/dashboard

2.Create a persona and get the id (AKA UNEEQ_WORKSPACE)

3. Go to Deploy/Build your own and get the key (UNEEQ_SECRET) and API URL (UNEEQ_URI).
https://creator.uneeq.io/deploy/build-your-own

4. Clone https://gitlab.com/uneeq-oss/examples and install
5. run the token server. https://gitlab.com/uneeq-oss/examples/-/tree/master/token/node
Environment variables are configurable via .env and will be provided to you.
- UNEEQ_URI The UneeQ server you will retrieve the token from.
- UNEEQ_SECRET The UneeQ secret used to secure the token request.
- UNEEQ_WORKSPACE The conversation workspace you want to generate a token for. A token will only be able to start a session for the conversation workspace if you generated the token using the same workspace id. The workspace conversation follows GUID format (e.g. 5d4f1723-4f23-4086-bf91-00b1e58da7f8).
6. run virtual human https://gitlab.com/uneeq-oss/examples/-/tree/master/web/node.
For somethow, I cannot run this using local server. After npm star, I opened the index.html local file using browser. For example, open file://.../index.html

7. Create Google slide and edit app script

8. copy speak.gs and sidebar.html. Modity the uneeqJWTSecret

Let's speak (You only need to do this after installation)
1. Get the virtual human session id.

2. Put the session id in the first slide note

3. Select add-on/Virtual Human/Speak and Press the "speak" button in the sidebar
