I created it by referring to https://github.com/Michelangelo27/chatgpt_selenium_automation.git.
pip install -r requirements.txt
Please check your chrome path in paper_review.py
- Run
python paper_review.py
. - Answer if you are korean.
- Please log in to the new Chrome window that opens.
- Please upload your paper PDF file to chatgpt.
- Enter “y” in the command window. (Do not enter after number 8.)
- A message asking you to enter the paper title will appear. Enter it in the format
file_name
. - Prompts entered in
prompt.py
are automatically entered into the GPT and the answers are saved in theoutputs
folder. - To continue entering the next paper, enter y in “continue? (y/n)” and repeat from number 4.
pip install -r requirements.txt
Please check your chrome path in paper_review.py
windows의 경우 관리자로 권한으로 실행해야합니다.
python paper_review.py
를 실행시킵니다.- 한국인이라고 묻는 질문에 "y" 로 대답합니다.
- 새로 뜨는 Chrome 창에 로그인 해주세요.
- 논문 pdf 파일을 ChatGPT에 업로드 해주세요.
- 커맨드 창에 "y" 를 입력합니다. (8번 이후에는 입력하지 않습니다.)
- 논문 제목을 입력하라는 문구가 나옵니다.
{file_name}.md
의 형식으로 입력해줍니다. - GPT에
prompt_korean.py
에 넣어놓은 프롬프트들이 자동으로 입력되며 답변을outputs
폴더 내에 저장합니다. - 계속해서 다음 논문을 입력하시려면 "continue? (y/n)" 에 y를 입력으로 넣어주시고 4번부터 반복하시면 됩니다.
prompt.py
에서 prompt들을 수정할 수 있습니다.