Skip to content

Interact with multiple pdf with google gemini-pro LLM.

License

Notifications You must be signed in to change notification settings

arupmmi07/PdfReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PdfReader

Experimental Only :Interact with multiple pdf with google gemini-pro LLM.

This a a education project, you are free to use and distribute as you like.

But not allowed to modify or sell

How to install in local

Create a Virtual Environment named venv [or any name of your choise] conda create -p venv python=3.9 -y

Activate Current Virtual Environment conda activate venv/

Install Dependencies: pip install -r requirement.txt

Add .env files in the main root folder

Generate your google API key from ai.google.com

add your api keys here like GOOGLE_API_KEY="your api key"

About

Interact with multiple pdf with google gemini-pro LLM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages