Skip to content

ronan-s1/Anonalyse-GPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anonalyse-GPT

Description

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.

Set Up

  • 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

Example

image