pdfchat / README.md
peinan's picture
add GitHub Actions
116364a
|
raw
history blame
302 Bytes
---
title: PDF Chat
emoji: πŸ“„
colorFrom: blue
colorTo: green
sdk: gradio
app_file: src/pdfchat/app.py
pinned: true
---
# pdfchat
Chat with a PDF document.
## Development
### Prerequisites
pre-commit
```bash
pre-commit install
```
rye
```bash
rye sync
```
### Run
```bash
rye run server
```