A complaint tracker and expense tracker bundled in one!
Find similar complaints based on vector embeddings. Get suggested solutions to complaints based on similarly resolved complaints, allowing users to think less and sift through hundreds of unresolved complaints.
Keep track of expenses, visualizing all your transactions and breaking them down for more insights. With your transactions, your future balances over time can also be predicted.
- Google Authentication / Admin Login
- Light/dark mode toggle
- Multimodal complaint submission (text, audio, image)
- Expense Dashboard - showing all transactions made by user
- Requests Dashboard - showing all complaints made by use
- Admin Dashboard - breakdown of all complaints available only to Admin
- Frontend: Next.js, TailwindCSS, shadcn
- Backend: FastAPI, Python
- Deployment: Render (Backend), Vercel(Frontend)
- Database: Pinecone (vectors) / Supabase (audio/video files)
- AI Model: OpenAI, Whisper (voice), SciKit Learn
- RAG: Pinecone, LangGraph, OpenAI