Skip to content

gamedevCloudy/lit-rev-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.