From 52af0d119544450bf63d30e877b0beff77761075 Mon Sep 17 00:00:00 2001 From: Crizomb <62544756+Crizomb@users.noreply.github.com> Date: Sat, 20 Apr 2024 14:06:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0175671..527fc4f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ https://github.com/Crizomb/ai_pdf/assets/62544756/57bcc035-a7e0-4fdb-8c3a-4e7215 ## How to use 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 Run x/ai_pdf/main.py