CCCBora / auto-draft

基于GPT4的文献总结工具.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdk app_file license title colorTo python_version
gradio
app.py
mit
Auto-Draft: 学术写作辅助工具
indigo
3.10.10

Auto-Draft: 学术写作辅助工具

这个项目旨在轻松快捷的生成学术论文! 帮助你解决下面的问题:

  • 自动搜索相关文献, 提供真实有出处的引用.
  • 自动生成LaTeX模板, 为图表和算法预留出位置. 只需要在对应位置填入内容就能得到完整论文.

Huggingface Space

项目对硬件要求低. 在Huggingface Space上即可流畅运行:

https://huggingface.co/spaces/auto-academic/auto-draft

部署方法

  1. 克隆此仓库:
git clone https://github.com/CCCBora/auto-draft
  1. 安装依赖:
pip install -r requirements.txt
  1. 在环境变量中设定OPENAI_API_KEY.
  2. 编辑auto_backgrounds.py以自定义论文标题, 然后运行
python auto_backgrounds.py

修改Prompts

如果希望对生成内容有更多的控制, 可以修改prompts/instructions.json中对每个章节的指导.

示例

outputs 文件夹中提供了部分输入的原始输出. 经由Overleaf直接编译得到. 也可以查看本目录下的Playing_Atari_with_Deep_Reinforcement_Learning.pdf.

Page 1 Page 2

License

This project is licensed under the MIT License. Some parts of the code are under different licenses, as listed below:

About

基于GPT4的文献总结工具.

License:MIT License


Languages

Language:TeX 53.8%Language:Python 46.0%Language:Dockerfile 0.2%