Skip to content

sidulova/science_papers_RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal papers RAG system

RAG System from my personal Scientific PDFs

Project Summary

  • PDF Parsing: Extract text from scientific PDFs.
  • Chunking: Split large documents into meaningful sections.
  • Embedding: Convert text into vector representations for efficient retrieval.
  • Vector Storage: Store embeddings in a database (FAISS).
  • Retrieval & LLM Integration: Retrieve relevant chunks and generate responses.
  • API: Deploy RAG as a Flask service.

Installation

git clone https://github.com/yourusername/science_papers_rag.git
cd rag_from_pdfs
python -m venv venv
source venv/bin/activate 
pip install -r requirements.txt

About

RAG System from Scientific PDFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors