This project implements an AI-powered literature review assistant using Large Language Models.
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python -m src.user_interface.cli
- Paper search and retrieval
- Summarization of scientific papers
- Comparative analysis of multiple papers
- Gap analysis in research areas
- Citation management
For more details, see the User Guide and API Reference.