Skip to content

Vi-bha/PaperLens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” PaperLens β€” RAG-Based Research Intelligence

Live Demo Open In Colab

Upload any research paper and instantly get summaries, Q&A, interview prep, implementation roadmaps and critical analysis β€” powered by RAG + Groq LLaMA 3.1.

πŸš€ Features

Feature Description
πŸ“„ Summarization Concise summary of any research paper
🧠 Semantic Q&A Ask any question, get contextual answers
🎯 Interview Prep Auto-generated interview questions + answers
πŸ› οΈ Implementation Roadmap Step-by-step plan to implement the paper
πŸ” Critical Analysis Strengths, weaknesses and future directions

πŸ—οΈ Architecture

PDF Upload β†’ PyMuPDF Parsing β†’ Chunking (500 words, 50 overlap)
    β†’ SentenceTransformer Embeddings β†’ FAISS Vector Store
        β†’ Semantic Retrieval β†’ Groq LLaMA 3.1 β†’ Response

πŸ› οΈ Tech Stack

Component Technology
Vector Store FAISS
Embeddings SentenceTransformers (all-MiniLM-L6-v2)
LLM Groq LLaMA 3.1 (8B Instant)
RAG Framework LangChain
PDF Parsing PyMuPDF
UI Gradio

βš™οΈ How to Run

# Install dependencies
pip install faiss-cpu sentence-transformers groq langchain gradio pymupdf

# Set your Groq API key (free at console.groq.com)
export GROQ_API_KEY="your_key_here"

# Run
python app.py

Or run directly in Google Colab using the badge above.

πŸ“¦ Requirements

groq
faiss-cpu
sentence-transformers
pymupdf
langchain
langchain-community
gradio

πŸ”— Links


Built by Vibhavari Tummewar | MTech Advanced Computing, MANIT Bhopal

About

RAG-powered research paper intelligence system with semantic Q&A, interview prep and implementation roadmaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors