I created this to make lecture videos using digital human. Concept is quite simple.
https://user-images.githubusercontent.com/901975/115944150-98ec7a00-a4e6-11eb-911b-294aaea79741.mp4
https://creator.uneeq.io/dashboard
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