Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 516 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 516 Bytes

IZE

Use Natural Language to Analyze and Visualize your data

Powered by GPT-3

Upload your data to the web app and then simply ask questions about your data in plain english or ask it to create a chart.

Ex:

  • Who had the most sales last month?
  • Create a line graph from the data.
  • Plot the revenue over time.
  • Which building is the tallest?
  • Create a pie chart of spending by category.

To run the app:

pip install -r requirements.txt

streamlit run streamlit_app.py