Stay Close no matters the miles
UC Berkeley AI Hackathon 2023
Revolutionizing Emotional Connections Across Generations. Our AI-powered device and application seamlessly bridges the communication gap between working adults and their elderly loved ones, enhancing physical and emotional connections.
-
Stengthen emotional connections by creating personalized video messages to replicate human-to-human conversations
-
Increase accessibility and independence for elderly people living alone by giving them a simpler and more intuitive technology
-
Provide emotional relieve for working adults as they have an easier way to check in on their elderly loved ones
- Receive mood notifications from the elderly
- Translate audio messages to text for easy access
- Automatically attach emoticons when texting
- Send texts to respond, and
BeThereAIwill translate it to a personal deepfake video for their elderly language translation
- Receive deepfake videos created from working adult’s messages
- Receive activity suggestions based on facial mood recognition
- Send messages through voice and video language translation
- Get a copy of this repository by opening up your terminal and run:
git clone https://github.com/xJQx/BeThereAI.git- Setup frontend application
Install Dependencies:
cd frontend
yarn addStart up the frontend application:
yarn startOpen http://localhost:3000/ in your browser. Note: view the app in mobile view for the real experience.
- Setup backend application
Create Virtual Environment:
cd backend
python -m venv .venv
. .venv/bin/activateInstall Dependencies:
pip install -r requirements.txtSetup API Keys by creating a .env file with the following secrets (refer to .env.example):
OPENAI_API_KEY=
HUME_API_KEY=Start up the backend application:
uvicorn main:app --reloadCongratulations, you have successfully created your own copy of BeThereAI.
Have an idea or improvement to make? Create an issue and make a pull request!
Liked it? Please give a ⭐️ to BeThereAI.
