studymate / README.md
saranya19b's picture
Upload 5 files
3f7f9d9 verified

StudyMate: AI-Powered PDF-Based Q&A System

StudyMate allows students to upload a PDF and ask questions using a powerful RAG-based AI model.

πŸ’‘ Features

  • πŸ“„ PDF Upload & Parsing
  • πŸ” OCR and Content Extraction
  • πŸ€– RAG-based Q&A using Hugging Face
  • 🌐 Built with Streamlit, deployable on Hugging Face Spaces

πŸš€ How to Run

pip install -r requirements.txt
streamlit run main.py

πŸ“ Folder Structure

studymate/
β”œβ”€β”€ main.py
β”œβ”€β”€ requirements.txt
β”œβ”€β”€ README.md
└── backend/
    β”œβ”€β”€ ocr.py
    └── rag_model.py