AI-breakup-recovery-agent

💔 Breakup Recovery AI Agent

An AI-powered emotional support system built with Streamlit that helps users recover from breakups using multiple intelligent agents.

🚀 Features

🧠 Models Used

⚙️ Setup

1. Clone repo

git clone https://github.com/YOUR_USERNAME/breakup-recovery-ai.git
cd breakup-recovery-ai

2. Create environment

python3 -m venv venv
source venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

4. Run app

python -m streamlit run ai_breakup_recovery_agent.py

🔑 API Key

Get your Gemini API key from Google AI Studio and paste it in the sidebar.


🧩 Optional (Ollama Setup)

brew install ollama
ollama run llama3.2

💡 Tech Stack


⭐ Future Improvements