Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 788 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 788 Bytes

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