| sdk | gradio |
|---|---|
| app_file | app.py |
| license | mit |
| title | Auto-Draft: 学术写作辅助工具 |
| colorTo | indigo |
| python_version | 3.10.10 |
这个项目旨在轻松快捷的生成学术论文! 帮助你解决下面的问题:
- 自动搜索相关文献, 提供真实有出处的引用.
- 自动生成LaTeX模板, 为图表和算法预留出位置. 只需要在对应位置填入内容就能得到完整论文.
项目对硬件要求低. 在Huggingface Space上即可流畅运行:
- 克隆此仓库:
git clone https://github.com/CCCBora/auto-draft
- 安装依赖:
pip install -r requirements.txt
- 在环境变量中设定OPENAI_API_KEY.
- 编辑
auto_backgrounds.py以自定义论文标题, 然后运行
python auto_backgrounds.py
如果希望对生成内容有更多的控制, 可以修改prompts/instructions.json中对每个章节的指导.
outputs 文件夹中提供了部分输入的原始输出. 经由Overleaf直接编译得到. 也可以查看本目录下的Playing_Atari_with_Deep_Reinforcement_Learning.pdf.
| Page 1 | Page 2 |
|---|---|
![]() |
![]() |
This project is licensed under the MIT License. Some parts of the code are under different licenses, as listed below:
latex-flatten.py: Licensed under the Unlicense. Original source: rekka/latex-flatten.

