Skip to content

Chat with CSV is an interactive tool designed to enable users to upload CSV files and perform commands or queries on the data within the CSV file. It serves as an analytic tool, allowing users to interact with their data using natural language commands.

Notifications You must be signed in to change notification settings

Aremstrom/Chat-With-CSV

Repository files navigation

Chat with CSV 🤖📊💬

Description

Chat with CSV is an interactive tool designed to enable users to upload CSV files and perform commands or queries on the data within the CSV file. It serves as an analytic tool, allowing users to interact with their data using natural language commands.

Table of Contents

  1. Installation
  2. Usage
  3. Contributing

Installation

To install Chat with CSV, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aremstrom/chat-with-csv.git
  2. Navigate to the project directory:

    cd chat-with-csv
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    streamlit run app.py
  2. Upload your CSV file when prompted.

  3. Start typing your commands or queries in the chat interface.

  4. Get responses based on your input commands or queries.

Contributing

Contributions are welcome! Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-new-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-new-feature).
  6. Create a new Pull Request.

About

Chat with CSV is an interactive tool designed to enable users to upload CSV files and perform commands or queries on the data within the CSV file. It serves as an analytic tool, allowing users to interact with their data using natural language commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages