FriendNextDoor is an AI-powered mental health platform, which connects users with empathetic 3D avatars to discuss concerns in a safe, private space. Users can get tailored guidance on anxiety, stress, depression, and more.
View Live Demo »
The app is divided into 2 folders, the main website (FRIEND-NEXT-DOOR) and the App to render Avatar (AVATAR)
Note: Keep the AVATAR App running
- Navigate to AVATAR
cd AVATAR/main/talking-avatar
- Install required dependencies
npm i
- Use this to start the app. The app will launch on
http://localhost:8000
npm run start
- Navigate to FRIEND-NEXT-DOOR
cd FRIEND-NEXT-DOOR
- Install required dependencies
npm i
- Use this to start the app. The app will launch on
http://localhost:3000
npm run start
- Now the FriendNextDoor app is Running.
It's also responsive
Thank you for checking out our project! Feel free to explore the notebooks and the website. If you have any questions or feedback, don't hesitate to reach out. Happy coding! 😄👨💻👩💻
Note: You need to add your own convoi API keys
AVATAR\demo\talking-avatar\src\constants.js