Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 796 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 796 Bytes

LitRevGen

An automated workflow to generate a clean Literature Review for your research projects within seconds. It uses langchain leveraging Google Gemini to create fast and accurate literature reviews.

Output


Usage

You will NEED the Gemini API key for this project. Get the API key here Place it in a .env file as GOOGLE_API_KEY or set it in the literature.ipynb itself.

  1. Clone The Repo

    git clone https://github.com/gamedevCloudy/lit-rev-gen
    cd lit-rev-gen
  2. Install requirements

    pip install requirements.txt
  3. Create a Papers Dir in the project

    mkdir papers
  4. Put your papers in it.

  5. Run the literature.ipynb file.