Skip to content

A Streamlit powered GPT-3 Application that allows you to chat with tabular data. In addition to AI Chart creation, insights are given too.

Notifications You must be signed in to change notification settings

mz0in/streamlit_ChartAI

 
 

Repository files navigation

ChartAI - Text to Graph/Charts and Insights

This web application is built using python, streamlit, python enabled html, Nivo Chart and mui.

overview_of_app.png

Features

  1. Generate insights to the tabular data, you can upload your CSV file and ask any question about it.
  2. Text to SQL
  3. Text to Chart/Graph
  4. The Graph that has been created is draggable and resizable

Current supported chart types:

-Bar Chart

-Line Plot

-Scatter Plot

-Swarm Plot

-Pie Chart

How to use the Repository

To start using the repository, first clone the project into your local pc

git clone https://github.com/thongekchakrit/automated-data-analysis.git

Next, open the file location in any Python IDE, I highly recommend PyCharm. Then, navigate to the folder > .streamlit (as shown in the picture below), create a file called secrets.toml

add_secrets_toml.png

Within secrets.toml file add your OpenAI API key into the file (as shown below). This will allow streamlit to pick up the secrets.

gpt_secret = "<YOUR-API-KEY>"

Once done, install the requirements for the project.

pip install -r requirements.txt

To run the application. Within the terminal of the IDE do:

streamlit run Home.py

Access the site using: http://localhost:8501

Contribution

Please feel free to contribute to the repository.

Fork the application, make edits and perform a pull request.

About

A Streamlit powered GPT-3 Application that allows you to chat with tabular data. In addition to AI Chart creation, insights are given too.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • CSS 1.1%