Skip to content

NextGenGk/ChatCSV-Chat-with-CSV-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatCSV-Chat-with-CSV-files

About An LLM powered ChatCSV Streamlit app so you can chat with your CSV files.

Live Website

https://chatwithcsvfiles.streamlit.app/

Requirements

  • Python
  • An OpenAI Account

Step-by-step Guide (Run Locally)

  1. Clone this repository
  https://github.com/NextGenGk/ChatCSV-Chat-with-CSV-files.git
  1. Change the directory
  cd ChatCSV-Chat-with-CSV-files
  1. Install all the libraries
  pip install -r requirements.txt
  1. Put your OpenAI API key into the .streamlit/secrets file
    • You can obtain an API key here
  openai_api_key = "ENTER-YOUR-OPENAI-API-KEY-HERE"
  1. Start the Streamlit app
  streamlit run app.py

About

About An LLM powered ChatCSV Streamlit app so you can chat with your CSV files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages