Anonalyse-GPT is a powerful tool for data analysis tasks where privacy and data confidentiality are crucial. By working with dummy data and column names, users can explore and analyse data without exposing sensitive information.
You can see what the AI is doing by looking at your terminal.
- Create a
.env
with your OpenAI API key like so:
KEY="your key"
- Install required packages:
pip install -r requirements.txt
- Run the applications:
streamlit run src/app.py