An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ChatDoc

一个使用 `openai` 与文档对话的例子, 目前支持的文档类型 `.pdf`, `.epub`, `.md`, `.txt`, `.docx`, `web`

![preview](./preview.png)

## 启动后端

```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
```