src/ ├── components/ │ ├── layout/ │ │ ├── Container.tsx # Responsive container wrapper │ │ ├── Header.tsx # Navigation with mobile menu │ │ └── Footer.tsx # Site footer with links │ ├── sections ...
This project builds a Retrieval-Augmented Generation (RAG) learning assistant that enables students to upload academic documents (PDFs, DOCX, etc.) and receive AI-powered, context-aware answers ...