学术科研专用ChatGPT来了!周末刚开源,GitHub斩获3k+星
新智元报道
新智元报道
【新智元导读】最近,一位开发者在GitHub上开源的「科研工作专用ChatGPT」项目大受好评。论文润色、语法检查、中英互译、代码解释等等一键搞定。
总之,交给ChatGPT就对了
安装使用
直接运行(Windows or Linux or MacOS)
git clone https://github.com/binary-husky/chatgpt_academic.git
cd chatgpt_academic
python -m pip install -r requirements.txt
python main.py
使用docker(Linux)
git clone https://github.com/binary-husky/chatgpt_academic.git
cd chatgpt_academic
docker build -t gpt-academic .
docker run --rm -it --net=host gpt-academic
微信扫码关注该文公众号作者
戳这里提交新闻线索和高质量文章给我们。
来源: qq
点击查看作者最近其他文章