Skip to content

xJQx/BeThereAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeThereAI

Stay Close no matters the miles

UC Berkeley AI Hackathon 2023

licence forks stars issues pull-requests

Report Bug · Request Feature

👋🏻 Introducing BeThereAI

BeThereAI Thumbnail

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.


🎯 Product Goals

  1. Stengthen emotional connections by creating personalized video messages to replicate human-to-human conversations

  2. Increase accessibility and independence for elderly people living alone by giving them a simpler and more intuitive technology

  3. Provide emotional relieve for working adults as they have an easier way to check in on their elderly loved ones


🔥 Product Features

1. Phone App for the Working Adult

  • Receive mood notifications from the elderly
  • Translate audio messages to text for easy access
  • Automatically attach emoticons when texting
  • Send texts to respond, and BeThereAI will translate it to a personal deepfake video for their elderly language translation

2. Tabletop Assistant for the Elderly Person

  • 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

💪🏻 Try Yourself

  1. Get a copy of this repository by opening up your terminal and run:
git clone https://github.com/xJQx/BeThereAI.git
  1. Setup frontend application

Install Dependencies:

cd frontend
yarn add

Start up the frontend application:

yarn start

Open http://localhost:3000/ in your browser. Note: view the app in mobile view for the real experience.

  1. Setup backend application

Create Virtual Environment:

cd backend
python -m venv .venv
. .venv/bin/activate

Install Dependencies:

pip install -r requirements.txt

Setup 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 --reload

Congratulations, you have successfully created your own copy of BeThereAI.


🏗️ Tech Stack

React TypeScript TailwindCSS Python FastAPI Figma ChatGPT


✨ Contributors


💡 Contributing

Have an idea or improvement to make? Create an issue and make a pull request!

Liked it? Please give a ⭐️ to BeThereAI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors