An AI-powered PDF Question Answering system built using:
- โก Groq LPU
- ๐ง LLaMA 3.3 70B
- ๐ FAISS Vector Search
- ๐ค Sentence Transformers
- ๐จ Streamlit UI
- Upload any PDF
- Automatic chunking & embedding
- Retrieval-Augmented Generation (RAG)
- Clean modern UI
- Ultra-fast inference using Groq
- Python
- Streamlit
- Groq API
- FAISS
- Sentence Transformers
- PyMuPDF
git clone https://github.com/digvijayforreal/PDF-Study-Assistant.git
cd PDF-Study-Assistant
pip install -r requirements.txt
streamlit run app.py