Skip to content

AbdulQadir0211/Chat-with-pdfs-using-Gemini-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat with Multiple pdfs

Using Gemini Pro

How to run?

STEPS:

Clone the repository

Project repo: https://github.com/

STEP 01- Create a conda environment after opening the repository

conda create -n env python=3.10 -y
conda activate env

STEP 02- install the requirements

pip install -r requirements.txt

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

Gemini_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
streamlit run app.py

Now,

open up localhost:

Techstack Used:

  • Python
  • LangChain
  • streamlit
  • Gemini-Pro
  • FAISS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages