AI-Powered PDF-Based Q&A System for Students
- Upload and interact with academic PDFs using natural language
- Semantic search and Q&A powered by LLMs
- Advanced features: summaries, quizzes, flashcards, citations, notes, export, translation, voice, authentication
- User-friendly Streamlit interface
- Streamlit, PyMuPDF, Sentence Transformers, FAISS, Hugging Face, IBM Watsonx
- Install dependencies:
pip install -r requirements.txt - Run the app:
streamlit run app/main.py
See codebase for details.