Skip to content

mail2mhossain/csv_data_analysis

Repository files navigation

Automating CSV Data Analysis with LLMs: A Comprehensive Workflow

Implementation Guide

Follow these steps to deploy the workflow:

  1. Clone the source code from GitHub:

    git clone https://github.com/mail2mhossain/csv_data_analysis.git
    cd csv_data_analysis
  2. Create a Conda environment (Assuming Anaconda is installed)::

    conda create -n csv_analysis_env python=3.11
  3. Activate the environment:

    conda activate csv_analysis_env
  4. Install the required packages:

    pip install -r requirements.txt
  5. Run the app:

    streamlit run app.py

To remove the environment when done:

conda remove --name csv_analysis_env --all

About

Automating CSV Data Analysis with LLMs: A Comprehensive Workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages