Update README.md

This commit is contained in:
Crizomb 2024-04-20 14:06:23 +02:00 committed by GitHub
parent 3a77491260
commit 52af0d1195
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,9 @@ https://github.com/Crizomb/ai_pdf/assets/62544756/57bcc035-a7e0-4fdb-8c3a-4e7215
## How to use ## How to use
Clone the project to some location that we will call 'x' Clone the project to some location that we will call 'x'
install requierements listed in the requirements.txt file
(open terminal, go to the 'x' location, run pip install -r requirements.txt)
([OPTIONAL] for better performance during embedding, install pytorch with cuda, go to https://pytorch.org/get-started/locally/)
Put your pdfs in x/ai_pdf/documents/pdfs Put your pdfs in x/ai_pdf/documents/pdfs
Run x/ai_pdf/main.py Run x/ai_pdf/main.py