1260228859 / gpt-4-

比如文献引用核实

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

license title python_version
mit
文献调研神器
3.10.10

文献调研神器

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

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

部署方法

  1. 克隆此仓库:
git clone https://github.com/red-tie/auto-survey
  1. 安装依赖:
pip install -r requirements.txt
  1. main.pyyour key 替换成有效的open key
openai.api_key = "your key"
  1. main.py中的target_title替换成自己的标题
target_title = "Reinforcement Learning for Robot Control"
  1. 运行main.py
python main.py

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

参考与学习

代码主要参考了如下优秀项目:
https://github.com/kaixindelele/ChatPaper
https://github.com/CCCBora/auto-draft

About

比如文献引用核实

License:MIT License


Languages

Language:Python 77.1%Language:TeX 22.9%