https://github.com/daodao97/chatdoc
Chat with your doc by openai
https://github.com/daodao97/chatdoc
chatdoc chatpdf gpt-3 openai python
Last synced: 10 months ago
JSON representation
Chat with your doc by openai
- Host: GitHub
- URL: https://github.com/daodao97/chatdoc
- Owner: daodao97
- Created: 2023-03-26T22:33:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T06:29:38.000Z (almost 3 years ago)
- Last Synced: 2024-01-28T23:12:28.524Z (about 2 years ago)
- Topics: chatdoc, chatpdf, gpt-3, openai, python
- Language: JavaScript
- Homepage:
- Size: 5.97 MB
- Stars: 443
- Watchers: 9
- Forks: 101
- Open Issues: 25
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ChatDoc
一个使用 `openai` 与文档对话的例子, 目前支持的文档类型 `.pdf`, `.epub`, `.md`, `.txt`, `.docx`, `web`

## 启动后端
```shell
# my local python version 3.9.7
cd server
./start {OPEN_AI_KEY}
```
## 启动前端
```shell
# my local node version v16.11.0
cd client
./start
```
## Docker
```shell
# 请先替换 docker-compose.yml 中的 OPEN_AI_KEY
docker-compose up
```