metadata
title: AI NoteBook Assistant (RAG)
emoji: π
colorFrom: indigo
colorTo: yellow
sdk: docker
app_file: app.main
pinned: false
π§ AI NoteBook Assistant (RAG)
An AI-powered RAG-based Notes Assistant that helps you:
- π Upload notes and textbooks (PDF)
- π§ Retrieve context using FAISS Vector Search
- π¬ Ask questions β get step-by-step, real-world explanations
- βοΈ Built with FastAPI, Groq LLM, and Sentence Transformers
βοΈ Tech Stack
- Backend: FastAPI + Groq API + FAISS
- Embeddings: Sentence Transformers (
all-MiniLM-L6-v2) - Frontend: HTML / CSS / JS (static interface)
- Deployed On: Hugging Face Spaces π
π§© Workflow
1οΈβ£ Upload your notes β chunks are embedded
2οΈβ£ Embeddings stored in FAISS vector DB
3οΈβ£ When you ask a question β relevant chunks retrieved
4οΈβ£ Groq LLM (GPT OSS 20B) generates rich, example-driven answers
π Live Space: https://huggingface.co/spaces/gvadxx/AI-NoteBook-Assistant-RAG
π¨βπ» Author: Padmasali Govardhan