An IBM Hackathon-winning project built in 24 hours π.
A versatile complaint management platform with integrated AI chatbot support, automated ticket generation & multi-domain adaptability.
- Backend: Flask (Python)
- Frontend: HTML, Tailwind CSS, JavaScript
- Mobile/Web App: Flutter (WebView)
- AI Layer: Ollama (Gemma 3) + LangChain
- Database: SQLite with SQLAlchemy ORM
-
Automated Complaint Resolution Flow
- User submits complaint
- System checks if a similar query exists & is already resolved
- If not resolved, the AI Chatbot attempts to provide a solution
- If chatbot response is unsatisfactory β a support ticket is generated
-
Severity & Category Detection
- AI automatically detects complaint severity (Low, Medium, High)
- Classifies complaints into relevant categories/domains
-
Domain-Agnostic Design
- Works across multiple industries/domains
- Model can be swapped for domain-specific optimization (thanks to LangChain modularity)
-
Admin Panel
- View & manage tickets
- Add remarks
- Track complaint status & analytics
-
Multi-Platform Access
- Web dashboard for admins
- Flutter WebView app for mobile users
- Winner of IBM Hackathon 2025 π
- Designed & implemented within 24 hours during hackathon
- Flexible architecture to plug into any domain