Discussions

Ask a Question
Back to All

Real-Time Animation chat

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?

  1. generate an ANIMATION form my character photo.
  2. present an ANIMATION of my character , (as an stand by ), waiting for a customer question
  3. receive a text with a question, process it with an external api (may be chatgpt ) save it as "ANSWER"
  4. call the STREAMs apis to generate a new video with the animation "speaking" the ANSWER . replacing the stand by (1) video.
  5. 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