Skip to content

This project aims to develop an advanced PDF reader leveraging the capabilities of Google Gemini and LangChain. πŸ“š Google Gemini provides robust natural language processing (NLP) functionalities, which are seamlessly integrated with LangChain's powerful chain-of-thought reasoning capabilities to create an intelligent PDF reader. πŸŒŸπŸ“–

Notifications You must be signed in to change notification settings

p2kalita/Chat_with_PDFs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Chat_with_PDFs

How to run?

STEPS:

Clone the repository

Project repo: https://github.com/

STEP 01- Create a conda environment after opening the repository

conda create -p venv python=3.10 -y
conda activate venv/

STEP 02- install the requirements

pip install -r requirements.txt

Create a .env file in the root directory and add your GOOGLE API credentials as follows:

GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Finally run the following command

streamlit run app.py

Now,

open up localhost:

alt text

Techstack Used:

  • Python
  • LangChain
  • Gemini
  • Streamlit

About

This project aims to develop an advanced PDF reader leveraging the capabilities of Google Gemini and LangChain. πŸ“š Google Gemini provides robust natural language processing (NLP) functionalities, which are seamlessly integrated with LangChain's powerful chain-of-thought reasoning capabilities to create an intelligent PDF reader. πŸŒŸπŸ“–

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages