Discussions
Real-Time Animation chat
almost 2 years ago by raffagia
I want to generate a real time animation chat as the one published here: https://chat.d-id.com/
are the following steps the correct way for doing it?
- generate an ANIMATION form my character photo.
- present an ANIMATION of my character , (as an stand by ), waiting for a customer question
- receive a text with a question, process it with an external api (may be chatgpt ) save it as "ANSWER"
- call the STREAMs apis to generate a new video with the animation "speaking" the ANSWER . replacing the stand by (1) video.
- starts the loop again from step 1.
is this the correct way? is the Streams api able to do it all by it self?
thanks in advance