Skip to content

tunahsu/langchain-gemini-chatdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Application Based on Google Gemini

This is a Language Model (LLM) application built with LangChain + Streamlit, utilizing Google's powerful language model, Gemini Pro. The application allows users to upload multiple PDFs or web content and generate responses to their queries based on the uploaded content.

Online Demo: langchain-gemini-chatdocs

Installation

  1. Clone the repository:

    git clone https://github.com/tunahsu/langchain-gemini-chatdocs.git
    cd langchain-gemini-chatdocs/
  2. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    streamlit run app.py
  2. Access the application in your browser: http://localhost:8501

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages