File size: 2,456 Bytes
2dd7b08 7635174 df07839 116364a 852cc9a 116364a 852cc9a 116364a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
---
title: PDF Chat
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
app_file: src/pdfchat/app.py
pinned: true
---
# pdfchat


[](https://huggingface.co/spaces/peinan/pdfchat)
Chat with a PDF document.
<table>
<tr>
<th>Screenshot</th>
<th>Video</th>
</tr>
<tr>
<td><img width="1270" alt="SCR-20240226-bfgp" src="https://github.com/peinan/pdfchat/assets/5601012/a9fec1be-9322-42cf-9ef5-fc742395bb85"></td>
<td><video src="https://github.com/peinan/pdfchat/assets/5601012/07d62829-35c0-489b-b5db-8f1dc8f8bcb0"/>
</td>
</tr>
</table>
## Development
### Prerequisites
pre-commit
```bash
pre-commit install
```
rye
```bash
rye sync
```
### Run
```bash
rye run server
```
|