florian6973 / summarizing_and_querying_multiple_pdfs_with_langchain

Notebook for my Youtube video on summarizing and querying multiple pdfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summarizing and Querying Multiple Papers with LangChain

Notebook for my Youtube video on summarizing and querying multiple pdfs.

Instalation and Setup

Create a conda environment and install the necessary packages:

conda create --name langchain_env python=3.8
conda activate langchain_env
pip install -r requirements.txt

Usage

Just run the notebook: summarize_query_multiple_pdfs.ipynb

About

Notebook for my Youtube video on summarizing and querying multiple pdfs


Languages

Language:Jupyter Notebook 100.0%