Overview
PAH is a specialized AI-powered platform designed to revolutionize how graduate students interact with institutional data. By leveraging Retrieval-Augmented Generation (RAG), the system transforms static university policy documents into a dynamic, conversational interface, ensuring students get accurate, context-aware answers in real-time.
My Role: Full-Stack AI Engineer
As the lead engineer, I was responsible for the end-to-end development of the AI architecture and the web infrastructure. This included building the RAG pipeline, designing the smart query classification system, and developing both the user-facing chat interface and the administrative control panel.
Key Features
- ๐ค AI-Based FAQ System โ Instant answers to common student inquiries using fine-tuned logic.
- ๐ RAG Integration โ Seamlessly retrieves information from uploaded policy documents to provide grounded AI responses.
- ๐ Smart Document Management โ An admin portal for real-time uploading and indexing of institutional PDFs and handbooks.
- ๐ง Query Classification โ Automatically categorizes user intent to route queries to the correct knowledge base or department.
- ๐ก๏ธ Admin & User Portals โ Distinct interfaces for students to chat and administrators to manage data and monitor system performance.
Tech Stack
- AI/LLM: OpenAI API (GPT-4), LangChain / LlamaIndex
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js / Python (FastAPI/Flask)
- Database: MongoDB (User data) & Vector Database (Pinecone/Milvus for RAG)
- Deliverables: Retrieval Augmented Generation, Full-Stack Development, Smart Query Classification
Why I Built This
Navigating university bureaucracy is notoriously difficult for graduate students. This project was built to replace dense, 100-page handbooks with a โsmart assistantโ that is adaptable to any institution. The automated RAG pipeline allows administrators to update policies on the fly without needing to retrain the underlying AI model.
Links
- ๐ Live Demo
- ๐พ Source Code
Bridging the gap between students and policy with AI.