Spaces:
Configuration error
Configuration error
| # 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 | |
| ```bash | |
| pip install -r requirements.txt | |
| streamlit run main.py | |
| ``` | |
| ### π Folder Structure | |
| ``` | |
| studymate/ | |
| βββ main.py | |
| βββ requirements.txt | |
| βββ README.md | |
| βββ backend/ | |
| βββ ocr.py | |
| βββ rag_model.py | |
| ``` | |