Skip to content

Yonom/ClaraForElderly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Clara for Elderly

We help the elderly feel less lonely by providing a virtual companion called Clara who listens, empathizes with them, and engages in conversation.

Getting Started

  • You need NodeJS and Yarn.
  • Create a file named .env with the API keys for OpenAI, Azure Speech API and Assembly AI keys
OPENAI_API_KEY=...
AZURE_API_KEY=...
AZURE_REGION=...
ASSSEMBLYAI_API_KEY=...
  • Start the project with yarn dev

Credits