Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 283 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 283 Bytes

ChatAnalysis

Chat with your CSV/TSV data using OpenAI models (more models will be supported soon)

Run the app locally

Created a virtual env:

python -m venv .env
source .env/bin/activate

Run the app

pip install -r requirements.txt
streamlit run chat_analysis.py