Skip to content

goeckslab/ChatAnalysis

Repository files navigation

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