MCPcopy Index your code
hub / github.com/XinyuanLiao/PaperPolishing

github.com/XinyuanLiao/PaperPolishing @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
4 symbols 8 edges 1 files 0 documented · 0% updated 3y ago★ 75
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

SourceForge Platform

论文润色

可以根据中文直接输出符合英文论文表达习惯的英文翻译,并在后面给出对应的中文翻译供比较参考。(MAC系统最适配,Windows系统运行窗口可能有一点失真)

其实也相当于给大家一个调用gpt的模板项目,大家可以按需编程。

更新日志

2023.06.01 项目上线

2023.06.02 增加翻译功能

2023.06.04 增加网络连接和API密钥debug功能

2023.06.05 史诗级更新,GUI语言全面从PySimpleGUI切换为tkinter,界面设计改版

2023.07.01 软件稳定性更新,bug修复

配置

pip install openai

除此之外注意改一下ChatGPT.py中的代理设置和api_key设置

!!!VPN尽量设置到美国而不是香港之类的

快速开始

可以将项目下载或者克隆下来,在编译器中打开,运行build文件夹中的gui.py文件。

或者命令行中:

python ./build/gui.py

例子

可以实现中英互译(自动识别)和对中文或英文的润色。

值得注意的是,如果直接从中文翻译到英文,可能会有一些专有名词翻译的不对,需要仔细检查,从英文开始润色则会好一些!

全新界面:

Image text

润色:

在上面的框中输入待翻译和润色的中文,再点击润色,等待chatgpt生成一会儿,下面的框中就会生成润色后的英文。

Image text

翻译:

Image text

Core symbols most depended-on inside this repo

translate
called by 1
PaperPolishing/ChatGPT.py
check_connection
called by 1
PaperPolishing/ChatGPT.py
response
called by 0
PaperPolishing/ChatGPT.py
only_translate
called by 0
PaperPolishing/ChatGPT.py

Shape

Function 4

Languages

Python100%

Modules by API surface

PaperPolishing/ChatGPT.py4 symbols

For agents

$ claude mcp add PaperPolishing \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page