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

https://github.com/devinit/large-pdf-llm-translate

Chunk and translate large PDFs using LLMs
https://github.com/devinit/large-pdf-llm-translate

Last synced: about 1 year ago
JSON representation

Chunk and translate large PDFs using LLMs

Awesome Lists containing this project

README

          

# large-pdf-llm-translate
Chunk and translate large PDFs using LLMs

## Installation

```
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

## To run

```
rm -rf pdfs_tmp
rm -rf output
python3 code/split_pdf.py pdfs/240607021743.pdf
python3 code/translate_pdfs.py
```