Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 648 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 648 Bytes

Research Paper Co-pilot System

A sophisticated research assistance system that combines RAG (Retrieval-Augmented Generation) with citation network analysis to enhance academic research workflows.

Features

  • PDF processing and text extraction
  • Citation network analysis
  • RAG-powered query understanding
  • Interactive visualizations
  • Collaborative workspace

Installation

pip install -e '.[dev]'

Development Setup

  1. Clone the repository
  2. Create and activate a virtual environment
  3. Install dependencies
  4. Copy .env.example to .env and configure
  5. Run the development server

Usage

[Documentation in progress]