An analyser plus a RAG for your whatsapp chats its kind of a retreiver but bloated with analysis best tool for overthinking :) put the _chat.txt from whatsapp export into root folder pip install -r requirements.txt python -m streamlit run app.py .env structure: GOOGLE_API_KEY=<YOUR_GEMINI_API_KEY> tbh this will consume your quota in minutes app is for offline usage, streamlit-app isolates user sessions (OBV NEEDED FOR DEPLOYING) but also deletes data after 6 hours.