Coder Social home page Coder Social logo

plotgpt's Introduction

Introducing PlotGPT, a lightweight AI assistant to help you visualize your data.

Built on top of langchain and openai

Currently it will (most likely) only support plotting in matplotlib and seaborn

Quickstart

To get started, all you need to do is give PlotGPT a pandas dataframe to inspect.

import seaborn as sns
df = sns.load_dataset('iris')

ai = PlotGPT()
ai.inspect(df)

And then prompt it to start plotting.

ai.ask("plot sepal width vs sepal length")

PlotGPT will remember previous prompts (up to a certain point), so you can build off of previous plots, mimicking iterative explorate data analysis.

ai.ask("now colored it by specied")

By default, PlotGPT will return the plotting code. You can turn it off by setting the show_code flag.

ai = PlotGPT(show_code=False)

However, it is this author's recommendation to leave this setting on be able to sanity check the plots.

Questions

Should this completely replace my data analysis?

Probably not. Since this is an LLM, it's definitely not perfect. I'm more envisioning this as empowering initial discovery, where we use the AI to create a series of initial exploratory visualizations, and then have the human take over once you want to go deeper / more nuanced.

plotgpt's People

Contributors

stphnma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.