This is a sample ChatPDF app built using Langchain.
-
Clone the repository:
git clone https://github.com/jaikanthjay46/langchain-sample-app.git
-
Navigate to the project directory:
cd ChatPDF
-
Create and activate a virtual environment:
python3 -m venv venv . ./venv/bin/activate
-
Install the required dependencies:
pip install -r requirements.txt
curl https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf -o book.pdf
. ./venv/bin/activate
python main.py
This project is licensed under the MIT License.