AvaChat - is a realtime AI chat demo with animated talking heads - it uses Large Language Models (GPT4, Cluade) as text inputs to D-ID's stable difussion video gen model (via D-ID's stream api)
Full Demo |
---|
1.mov |
Demo 1 | Demo 2 | Demo 3 | Demo 4 |
---|---|---|---|
sully.mp4 |
ava.mp4 |
joker.mp4 |
amira.mp4 |
-
Clone repo
git clone https://github.com/Jaykef/AvaChat.git
-
Install node modules in root directory
npm install
-
Run app
npm start
Try app at http://localhost:8000/
-
Input D-ID api key for video stream
Get your own api key here Here
-
Text generation Api keys
You can use either openAI api key or API2D api key for text generation: Get API2D api key Here
MIT License