This project is an end-to-end AI-powered customer support automation system designed to reduce response time and improve support efficiency.
The system automatically classifies incoming support tickets, generates AI responses for common queries, and routes complex issues to the correct support team.
Using LLMs, workflow automation, and API integrations, the platform provides 24/7 support capabilities while reducing manual workload for support teams.
Tech Stack
Python • OpenAI GPT • LangChain • n8n • React • PostgreSQL • REST APIs
1
3
Roomies is an AI-powered housing discovery platform designed to help students find verified hostels, PG accommodations, and compatible roommates.
The system uses semantic search with Sentence Transformers and FAISS to match users with relevant housing options based on their natural language requirements. Users can interact with an AI chatbot to describe their preferences such as location, budget, or roommate habits.
To ensure trust and safety, the platform includes automated property verification using OCR and computer vision (EasyOCR + OpenCV).
Tech Stack
Python • Sentence Transformers • FAISS • EasyOCR • OpenCV • n8n • React
1
8
Swippe is an AI-powered quick commerce platform that allows users to discover and shop for products using natural language instead of traditional keyword search.
The platform integrates Google Gemini AI with semantic search (FAISS vector embeddings) to understand user intent and recommend relevant products from a catalog of 27,000+ items. Users can ask queries such as “healthy breakfast options” or “high protein snacks”, and the AI returns context-aware recommendations.
The system supports multi-turn conversations, remembers context, and provides detailed product insights to improve the shopping experience.
Tech Stack
Python • Google Gemini • FAISS • Vector Embeddings • React • Node.js • PostgreSQL