Skip to content

Files

Latest commit

4d77300 · Jul 21, 2023

History

History

auto_survey

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
license title python_version
mit
文献调研神器
3.10.10

文献调研神器

这个项目旨在轻松快捷的调研相关文献! 具体包含如下功能:

  • 自动搜索相关文献, 提供真实有出处的引用.
  • 自动生成LaTeX格式,markdown格式的调研结果.

部署方法

首先,下载chatpaper整个项目后,打开项目时,打开的是auto_survey这个文件夹。

因为这两个项目互相独立,如果打开的是chatpaper文件夹,会导致路径不对!

  1. 安装依赖:
pip install -r requirements.txt
  1. 在环境变量中设定OPENAI_API_KEY.
  2. 编辑main.py以自定义论文标题, 然后运行
python main.py

所得到的结果结果会保存在 outputs 目录的对应文件夹下,文件夹以运行main.py的时间为名。 用户可以在能运行tex文件的地方直接运行main.tex 得到相应的pdf文件, 或者直接查看survey.md文件即可.

参考与学习

代码主要参考了如下优秀项目:

https://github.com/CCCBora/auto-draft