This is a submission for the GitHub Finish-Up-A-Thon Challenge

What I Built

AdeptAI is a production-grade AI platform for educators and students. Teachers can auto-generate exam papers, assignments, grading rubrics, question banks, and slides. Students get personalized learning roadmaps and an interactive RAG-based doubt-solver driven by their own syllabus PDFs.

It is built as a robust microservice architecture: React (Vite) + Tailwind frontend, Node.js + Express backend (using Redis + BullMQ for background job queuing, Socket.io for real-time progress updates), and a FastAPI AI engine orchestrating Gemini/Groq LLMs.

Tech Stack: