/PWAC-tutorial

Project repo for AI Data Viz Dashboard module in Profit With AI And ChatGPT course

Primary LanguagePython

PWAC-tutorial

Build an AI Data Visualization Dashboard

Screenshot 2024-01-13 at 4 34 21 PM

Deployed app: https://sarahmamann-pwac-tutorial-streamlit-app-kawpxv.streamlit.app/
Working CSV data spreadsheet example can be found here: https://docs.google.com/spreadsheets/d/17FzDZF97AEfPCsFSIsffJJcME_TcXoq8_5g2Fx6nobI/edit?usp=sharing

To test the app, upload the example CSV file (or any two-column CSV with the columns named "X Axis" and "Y Axis"), hit the record button and speak a command like "show me this data as a line chart." In the current state, line charts, bar charts and bubble/pie charts are supported, but you can add as many chart types to the code as you would like!

To run the project locally: streamlit run streamlit_app.py