Skip to content

LLM-powered chatbot built using Streamlit,LangChain,OpenAI LLM model.Yes, it's another chat over documents implementation.

Notifications You must be signed in to change notification settings

nitesh-77/chat-with-pdf--Langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM-powered chatbot

LLM-powered chatbot built using Streamlit, LangChain, OpenAI LLM model.

installation

step 1: Clone the repo or download the ZIP

  git clone [github https url]

step 2: create conda environment (optional)

  conda create --name your_env_name python=3.8
  conda activate your_env_name

step 3:Install packages

  pip install -r requirements.txt

step 4: Set up your .env file

  OPENAI_API_KEY= <your openai api key>

step 5: run app.py

  streamlit run app.py

About

LLM-powered chatbot built using Streamlit,LangChain,OpenAI LLM model.Yes, it's another chat over documents implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages