Create data visualization with GPT using natural language prompts.
Demo using the iris dataset - "code-davinci-002" model.
- Create a virtual environment and install the dependencies (
pip install -r requirements.txt
). - Create
.env
file and set the environment variables. - Run
streamlit run app.py
.