mjwarren3 / ai-pdf-summarizer

AI-generated summaries of PDF files of any size, written in Langchain and Gradio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI PDF Summarizer

Description

AI-generated summaries of PDF files of any size, utilizing Langchain and Gradio

Screen Recording - Sep 27, 2023

Steps To Deploying Locally

Install Python Package Requirements

pip install requirements.txt

Add a config.py file to your folder with your OpenAI API Key

API_KEY = "ADD YOUR OPEN API API KEY HERE"

Launch App

python summarize_pdf.py

About

AI-generated summaries of PDF files of any size, written in Langchain and Gradio


Languages

Language:Python 100.0%