Skip to content

meAmitPatil/BrokeBro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrokeBro (HackHayward AI Track Winner)

BrokeBro is an AI-powered voice assistant that calls you in real-time to stop impulsive spending, specifically on food delivery apps like DoorDash.

Features

  • Detects DoorDash orders via Screenpipe OCR.
  • Calls you using an AI assistant "Future You" to persuade you to reconsider your purchase.
  • Uses Groq for smart, humorous responses.
  • Customizable voice settings.

Getting Started

1) Clone the Repository

https://github.com/meAmitPatil/BrokeBro
cd BrokeBro

2) Create a Virtual Environment

python -m venv venv
source venv/bin/activate

3) Install Dependencies

pip install -r requirements.txt

4) Configure Environment Variables

Set up Groq, Vapi accounts and their api keys

cp .env.example .env

5) Run the Fastapi Server

cd server
uvicorn server.main:app --reload

6) Run the Screenpipe Client

cd client
python main.py

About

AI powered guardian which calls you when you are about to make an impulsive doordash order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages