binary-husky commited on
Commit
1f9c90f
1 Parent(s): b017a3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -12,10 +12,11 @@ If you like this project, please give it a Star. If you've come up with more use
12
  自定义快捷键 | 支持自定义快捷键
13
  配置代理服务器 | 支持配置代理服务器
14
  模块化设计 | 支持自定义高阶的实验性功能
15
- 自我程序剖析 | [实验性功能] 可以读懂自己的源代码
16
- 程序剖析 | [实验性功能] 可以剖析其他Python/C++项目
17
- 读论文 | [实验性功能] 解读latex论文写摘要
18
- 批量注释生成 | [实验性功能] 批量生成函数注释
 
19
  公式显示 | 可以同时显示公式的tex形式和渲染形式
20
  图片显示 | 可以在markdown中显示图片
21
  支持GPT输出的markdown表格 | 可以输出支持GPT的markdown表格
@@ -136,7 +137,7 @@ python check_proxy.py
136
  <img src="https://user-images.githubusercontent.com/96192199/226936618-9b487e4b-ab5b-4b6e-84c6-16942102e917.png" width="800" >
137
  </div>
138
 
139
- ### 其他任意Python项目剖析:
140
  <div align="center">
141
  <img src="https://user-images.githubusercontent.com/96192199/226935232-6b6a73ce-8900-4aee-93f9-733c7e6fef53.png" width="800" >
142
  </div>
@@ -145,6 +146,15 @@ python check_proxy.py
145
  <img src="https://user-images.githubusercontent.com/96192199/226969067-968a27c1-1b9c-486b-8b81-ab2de8d3f88a.png" width="800" >
146
  </div>
147
 
 
 
 
 
 
 
 
 
 
148
 
149
  ## 参考项目
150
  ```
 
12
  自定义快捷键 | 支持自定义快捷键
13
  配置代理服务器 | 支持配置代理服务器
14
  模块化设计 | 支持自定义高阶的实验性功能
15
+ 自我程序剖析 | [实验性功能] 一键读懂自己的源代码
16
+ 程序剖析 | [实验性功能] 一键可以剖析其他Python/C++项目
17
+ 读论文 | [实验性功能] 一键解读latex论文全文并生成摘要
18
+ 批量注释生成 | [实验性功能] 一键批量生成函数注释
19
+ chat分析报告生成 | [实验性功能] 运行后自动生成总结汇报
20
  公式显示 | 可以同时显示公式的tex形式和渲染形式
21
  图片显示 | 可以在markdown中显示图片
22
  支持GPT输出的markdown表格 | 可以输出支持GPT的markdown表格
 
137
  <img src="https://user-images.githubusercontent.com/96192199/226936618-9b487e4b-ab5b-4b6e-84c6-16942102e917.png" width="800" >
138
  </div>
139
 
140
+ ### 其他任意Python/Cpp项目剖析:
141
  <div align="center">
142
  <img src="https://user-images.githubusercontent.com/96192199/226935232-6b6a73ce-8900-4aee-93f9-733c7e6fef53.png" width="800" >
143
  </div>
 
146
  <img src="https://user-images.githubusercontent.com/96192199/226969067-968a27c1-1b9c-486b-8b81-ab2de8d3f88a.png" width="800" >
147
  </div>
148
 
149
+ ### Latex论文一键阅读理解与摘要生成
150
+ ![image](https://user-images.githubusercontent.com/96192199/227504406-86ab97cd-f208-41c3-8e4a-7000e51cf980.png)
151
+
152
+ ### 自动报告生成
153
+ ![image](https://user-images.githubusercontent.com/96192199/227503770-fe29ce2c-53fd-47b0-b0ff-93805f0c2ff4.png)
154
+ ![image](https://user-images.githubusercontent.com/96192199/227504617-7a497bb3-0a2a-4b50-9a8a-95ae60ea7afd.png)
155
+ ![image](https://user-images.githubusercontent.com/96192199/227504005-efeaefe0-b687-49d0-bf95-2d7b7e66c348.png)
156
+
157
+
158
 
159
  ## 参考项目
160
  ```