Literature Review Assistant

This project implements an AI-powered literature review assistant using Large Language Models.

Setup

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Run the application: python -m src.user_interface.cli

Features

  • Paper search and retrieval
  • Summarization of scientific papers
  • Comparative analysis of multiple papers
  • Gap analysis in research areas
  • Citation management

Documentation

For more details, see the User Guide and API Reference.