Add your information to the .env file in the backend folder. This should include your API keys, model settings, and any other required variables.
cd backend
pip install -r requirements.txt
python server.py
python agent.py dev
Now go to the website folder and add your LiveKit URL to the .env file.
cd website
npm i
npm install @livekit/components-react @livekit/components-styles livekit-client --save
npm run dev
Python 3.x installed
nvm installed
Node.js installed