Description
Go to file
Your Name 616c877dbf Dockerfile construct 2023-03-20 17:44:03 +08:00
.gitignore up 2023-03-20 17:04:40 +08:00
Dockerfile Dockerfile construct 2023-03-20 17:44:03 +08:00
LICENSE up 2023-03-20 17:04:40 +08:00
README.md Dockerfile construct 2023-03-20 17:44:03 +08:00
config.py up 2023-03-20 17:04:40 +08:00
functional.py up 2023-03-20 17:04:40 +08:00
main.py up 2023-03-20 17:04:40 +08:00
predict.py Dockerfile construct 2023-03-20 17:44:03 +08:00
requirements.txt up 2023-03-20 17:04:40 +08:00
show_math.py up 2023-03-20 17:04:40 +08:00

README.md

ChatGPT 学术优化

使用docker

# 构建镜像
docker build -t gpt-academic .
# 运行
docker run --rm -it --net=host gpt-academic

参考项目

https://github.com/Python-Markdown/markdown
https://github.com/gradio-app/gradio
https://github.com/polarwinkel/mdtex2html
https://github.com/GaiZhenbiao/ChuanhuChatGPT