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.
To install Chat with CSV, follow these steps:
-
Clone the repository:
git clone https://github.com/aremstrom/chat-with-csv.git
-
Navigate to the project directory:
cd chat-with-csv
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
-
Upload your CSV file when prompted.
-
Start typing your commands or queries in the chat interface.
-
Get responses based on your input commands or queries.
Contributions are welcome! Here's how you can contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-new-feature
). - Create a new Pull Request.