Graphite leverages generative AI to make data viz practice much more engaging.
-
Generate problems and datasets simply by providing some keywords.
-
As you solve problems, Graphite will grade your work, giving iterative feedback and code suggestions to help you improve your score.
*** Make sure your audio is ON (video often defaults to muted) ***
graphite_pitch.mp4
External link to video: https://youtu.be/IcF6PSylAgA
👨💻 Quinn Booth - [email protected]
-
Clone this repo and cd into the main folder.
-
Create a new file named
openai_secrets.py
and include your OpenAI API key.
global SECRET_KEY
SECRET_KEY = <your_key>
-
Run
python server.py
to start the Flask project up. -
Follow the link logged in your console to visit the website on localhost.