Skip to content

JaspreetKaur0410/-LLMProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMProject

imports

  1. from langchain_community.llms import OpenAI
  2. from langchain_experimental.agents import create_pandas_dataframe_agent
  3. import pandas as pd
  4. import streamlit as st
  5. import pandas as pd
  6. import json
  7. from agent import query_agent, create_agent

install streamlit

pip install streamlit

run the project

streamlit run interface.py

Streamlit Cloud Link

https://llmprojectchat.streamlit.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages