Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 495 Bytes

Paper Analysis

This repository is designed to automatically analyze all files from a BibTeX file. It sends them to ChatGPT with a prompt to add additional information.

Instructions for Use

  1. Set up config.ini with your API key.
  2. Paste your Bibtex-File in the data folder.
  3. Adjust the prompt.
  4. Run paperAnalysis.py.
# config.ini
[API]
key = your_api_key_here
python paperAnalysis.py

Make sure to replace your_api_key_here with your actual API key.