Skip to content

ruxakK/ai_avatar_yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

🛠️ Setup Instructions

Add your information to the .env file in the backend folder. This should include your API keys, model settings, and any other required variables.

Go to the backend folder:

cd backend

Install requirements:

pip install -r requirements.txt

Start the backend server:

python server.py

In a new terminal, start the AI agent:

python agent.py dev

Now go to the website folder and add your LiveKit URL to the .env file.

Navigate to the website folder:

cd website

Install the frontend dependencies:

npm i

npm install @livekit/components-react @livekit/components-styles livekit-client --save

Start the frontend:

npm run dev

✅ Requirements

Python 3.x installed

nvm installed

Node.js installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors