File size: 1,671 Bytes
080555a
 
 
 
990b1e1
080555a
 
 
 
 
990b1e1
fb8c051
2c5adce
 
 
fb8c051
2c5adce
 
20659f5
56a92c4
20659f5
2c5adce
fb8c051
 
 
 
 
 
 
 
2c5adce
 
fb8c051
60047ee
fb8c051
 
2c5adce
 
 
fb8c051
2c5adce
fb8c051
 
 
5a9ffbd
fb8c051
1b82d4c
 
 
fb8c051
1b82d4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
sdk: gradio
app_file: app.py
license: mit
title: 'Auto-Draft: 学术写作辅助工具'
colorTo: indigo
python_version: 3.10.10
---


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

这个项目旨在轻松快捷的生成学术论文! 帮助你解决下面的问题:
* 自动搜索相关文献, 提供真实有出处的引用.
* 自动生成LaTeX模板, 为图表和算法预留出位置. 只需要在对应位置填入内容就能得到完整论文. 

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

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

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

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

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

Page 1            |  Page 2
:-------------------------:|:-------------------------:
![](assets/page1.png "Page-1") |  ![](assets/page2.png "Page-2") 

# License
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](https://github.com/rekka/latex-flatten).