Skip to content

indra-code/Gemini-RAG-Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Make sure that anaconda is installed on your machine.

Command for creating a virtual environment - conda create -p venv python == {your python version, prefarably > 3.10}

Command for activating virtual environment - conda activate venv/

Create a file named .env and paste your Gemini API Key as:

GOOGLE_API_KEY = {your api key}

Command for installing required dependencies on you virtual environment:

pip install -r requirements.txt

Command for running your streamlit application:

streamlit run app.py

About

A simple Streamlit application which leverages the Gemini natural language processing capabilities, specifically the RAG pipeline, to extract information from uploaded PDF documents and provide answers to user queries based on the content of these documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages