a three.js avatar that lipsyncs text to speech
Start the front end development server with
yarn
yarn dev
Create a .env file at the root of the backend folder with the following values:
ELEVEN_LABS_API_KEY=
ELEVEN_LABS_VOICE_ID=
OPEN_AI_KEY=
OPEN_AI_ASSISTANT_ID=
https://elevenlabs.io/ https://platform.openai.com/
install ffmpeg
brew install ffmpeg
Start the development server from the backend folder with
npm i
npm run start