Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 299 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 299 Bytes

AvatarChatBot

Run frontend

cd client
npm install
npm start

Run backend

pip install -r requirements.txt
python3 run.py

For TTS, you need a Google TTS service account JSON key, which is exported to the environment vaiable as

GOOGLE_APPLICATION_CREDITIALS: [PATH_TO_KEY]