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.
- Set up
config.ini
with your API key. - Paste your Bibtex-File in the data folder.
- Adjust the prompt.
- 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.