Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaykef/avachat

AvaChat - is a realtime AI chat demo with animated talking heads - it uses Large Language Models (GPT, API2D GPT4, Cluade) as text inputs to D-ID's image-to-video talking head model (via D-ID stream api)
https://github.com/jaykef/avachat

avatar llms nlp

Last synced: 7 days ago
JSON representation

AvaChat - is a realtime AI chat demo with animated talking heads - it uses Large Language Models (GPT, API2D GPT4, Cluade) as text inputs to D-ID's image-to-video talking head model (via D-ID stream api)

Awesome Lists containing this project

README

        

# AvaChat

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 |
| :---: |
| |

| Demo 1 | Demo 2 | Demo 3 | Demo 4 |
| :---: | :---: | :---: | :---: |
| | | | |

## Installation
1. Clone repo

```
git clone https://github.com/Jaykef/AvaChat.git
```
3. Install node modules in root directory

```
npm install
```
5. Run app

```
npm start
```
Try app at http://localhost:8000/
7. Input D-ID api key for video stream

Get your own api key here Here
9. Text generation Api keys

You can use either openAI api key or API2D api key for text generation:
Get API2D api key Here

## License

MIT License