Skip to content

codemaker2015/langchain-pdf-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain powered PDF summarizer app

This app is an LangChain powered PDF summarizer using Gradio.

Demos

demo demo

Run the app

  • Install the dependencies
pip install -r requirements.txt

or

pip install langchain openai gradio pypdf tiktoken
  • Run the app.py using the following command
python main.py

How to Get OpenAI key ?

  • Openai key is required to access langchain. Follow the steps to create a new openai key.
  • Open platform.openai.com.
  • Click on your name or icon option which is located on the top right corner of the page and select "API Keys" or click on the link - Account API Keys - OpenAI API.
  • Click on create new secret key button to create a new openai key.

About

This app is an LangChain powered PDF summarizer using Gradio.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages