- Step1: Install the tool via pip: pip install chat-with-data
- Step2: Set your OpenAI API key as an environment variable (OPENAI_API_KEY)
- Step3: Launch the Streamlit app with: streamlit run main.py
- Step4: In the web UI, upload a CSV/Excel file or enter a database connection string
- Step5: Ask questions in natural language in the chat panel
- Step6: View generated insights, summaries, or visualizations directly in the interface