BrokeBro is an AI-powered voice assistant that calls you in real-time to stop impulsive spending, specifically on food delivery apps like DoorDash.
- 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.
https://github.com/meAmitPatil/BrokeBro
cd BrokeBropython -m venv venv
source venv/bin/activatepip install -r requirements.txtSet up Groq, Vapi accounts and their api keys
cp .env.example .envcd server
uvicorn server.main:app --reloadcd client
python main.py