Built for HackOn with Amazon - Season 6.0 Theme: AI for Campus, Community & Everyday Life
Student life runs on chaos. Important updates regarding schedules, placement prep, and hostel notices are scattered across WhatsApp groups and portals, causing critical information to be missed.
An AI-powered unified campus assistant that ingests messy, unstructured data (like forwarded WhatsApp messages or PDF notices) and automatically organizes them into a clean, personalized schedule and dashboard for students.
- Frontend: Next.js (App Router), TypeScript, Tailwind CSS
- Backend: Node.js, Express
- AI Integration: Amazon Bedrock / Groq (LLM processing)
- cd backend
- npm install
- node index.js (or npm start)
- cd frontend
- npm install
- npm run dev