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.
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.
-
Clone The Repo
git clone https://github.com/gamedevCloudy/lit-rev-gen cd lit-rev-gen
-
Install requirements
pip install requirements.txt
-
Create a Papers Dir in the project
mkdir papers
-
Put your papers in it.
-
Run the
literature.ipynb
file.