PROJECT
CompletedRAG-based learning platform that transforms lecture documents into grounded Q&A, summaries, quizzes, mind maps, and personalized learning resources.
Lecture content is extracted, chunked and embedded, retrieved semantically from the vector store, then passed as evidence to the selected LLM for structured grounded generation.
Separated the AI workload into FastAPI rather than coupling generation logic directly to the NestJS application layer.