Skip to content

hunkim/digital-human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

digital-human

Concept

I created this to make lecture videos using digital human. Concept is quite simple. image

See the quick demo video:

vh-talk https://user-images.githubusercontent.com/901975/115944150-98ec7a00-a4e6-11eb-911b-294aaea79741.mp4

Setup

1. Create account/Login

https://creator.uneeq.io/dashboard

image

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

image

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 image

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).

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

image

7. Create Google slide and edit app script

image

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

image

Let's speak (You only need to do this after installation)

1. Get the virtual human session id.

image

2. Put the session id in the first slide note

image

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

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published