generate a structured paper summary with graphs
- install everything in requirements.txt
- set an environment file ".env" with the content "OPENAI_API_KEY='(your openai key)'"
- put the path of the paper you want to summary and run 'main.py' Note: V2_summary.md (or V1.5_summary.md) will be generated as result, which can be converted into PDF easily. I use 'Markdown PDF' extension from VS code to convert.
- run 'clear.py' to empty unnecessary generated files, preparing for next run.