/chatcsv

A Langchain app to chat with a CSV file

Primary LanguagePython

ChatCSV

Installation

  1. Clone the repo

    $ git clone https://github.com/Arun-kc/chatcsv.git
    $ cd quicky-nest
  2. Create a virtual environment

  3. Get inside your virtual environment

  4. Install the dependencies

    $ pip install -r requirements.txt
  5. Start the streamlit server

    $ streamlit run main.py