{"id":15288314,"url":"https://github.com/rbren/vizzy","last_synced_at":"2025-05-07T03:21:10.059Z","repository":{"id":221861361,"uuid":"755563052","full_name":"rbren/vizzy","owner":"rbren","description":"Data Visualization with LLMs","archived":false,"fork":false,"pushed_at":"2024-02-18T21:37:49.000Z","size":3628,"stargazers_count":35,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T17:57:57.175Z","etag":null,"topics":["chatgpt","data","data-visualization","llm"],"latest_commit_sha":null,"homepage":"https://vizzy.rbren.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-10T15:41:56.000Z","updated_at":"2025-01-11T02:54:53.000Z","dependencies_parsed_at":"2024-02-18T21:38:27.031Z","dependency_job_id":null,"html_url":"https://github.com/rbren/vizzy","commit_stats":null,"previous_names":["rbren/vizzy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fvizzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fvizzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fvizzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fvizzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbren","download_url":"https://codeload.github.com/rbren/vizzy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252804761,"owners_count":21806871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","data","data-visualization","llm"],"created_at":"2024-09-30T15:47:16.517Z","updated_at":"2025-05-07T03:21:10.039Z","avatar_url":"https://github.com/rbren.png","language":"HTML","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg style=\"max-height: 300px\" src=\"/app/src/assets/logo-with-text-red.png\" alt=\"Vizzy smiling robot logo\"\u003e\n    \u003cbr\u003e\n    \u003chr\u003e\n    \u003cimg alt=\"Accuracy 77.3%\" src=\"https://img.shields.io/badge/Accuracy-77.3%25-%23facc15\"\u003e\n    \u003cimg alt=\"GitHub Actions Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/rbren/vizzy/go-test.yml\"\u003e\n    \u003cimg alt=\"MIT License\" src=\"https://img.shields.io/badge/License-MIT-%23554794\"\u003e\n\u003c/div\u003e\n\n# Vizzy\nVizzy uses ChatGPT to visualize any kind of data.\n\n[Play with the demo](https://vizzy.rbren.io), or check out these sample projects:\n* [Scripts from TV's \"The Office\"](https://vizzy.rbren.io/projects/393d0b17-bf2f-4476-81bd-82133e15d169)\n* [Same-sex Marriage Over Time](https://vizzy.rbren.io/projects/0280e3b8-113d-43c0-a794-d022719a2833)\n* [U.S. State Obesity Rates](https://vizzy.rbren.io/projects/b68f563c-90ee-40fb-b501-d4758764a331)\n* [Cause of Death News Coverage](https://vizzy.rbren.io/projects/f7dafd12-6f00-4a8c-8c4c-7a4f51dc34f2)\n* [U.S. National Parks](https://vizzy.rbren.io/projects/e09dcbe7-cf8b-4049-a642-e1935c80318c)\n\n## Workflow\nA typical workflow goes like this:\n\n### Upload your data\nOnce you upload a new JSON, CSV, XML, or other data file, Vizzy will tell you what it can infer about the format, structure, and meaning of the data.\n\n\u003e Example: \"This is a CSV file containing facts about different car models, with the fields `year`, `make`, `model`, `horsepower` and `weight`\n\n### Review Vizzy's summary\nSometimes there's not enough information in the file for Vizzy to know what's going on--maybe that list\nof numbers and dates represents a stock's price, or rainfall measurements in Montana, or something else. You can always\nedit the summary to give Vizzy more context.\n\nA good summary will improve the quality of any visualizations.\n\n### Ask Vizzy to start drawing\nVizzy will give you a lit of suggestion, or you can make your own request.\n\n\u003e Example: \"Draw a scatterplot of horsepower versus weight\"\n\u003e\n\u003e Example: \"Show how horsepower has grown over time\"\n\nIt's best to start simple;\nyou can add in features like legends, tooltips, color schemes, etc with follow-on prompts.\n\n### Review the visualization\nMore often than not, Vizzy gets it right!\n\nSometimes Vizzy may reply with an error message, or a broken graph.\nSee [Failure Patterns](FailurePatterns.md) for common issues and resolutions, or to report a new issue.\n\n### Enhance!\nNow that you've got a working visualization, you can start tweaking it to suit your needs. You can\nadd tooltips, change the title, create a new color scheme, or add an animation.\n\n\u003e Example: \"Color the data points by manufacturer\"\n\u003e \n\u003e Example: \"Add a tooltip showing the make and model\"\n\nYou can prompt Vizzy to make these changes, or you can edit the code yourself. The latter can\nbe faster and cheaper for trivial changes, like changing a color. It can also be helpful for\nchanges Vizzy doesn't quite understand.\n\nYou can always revert back to a previous version if you're not happy with the change.\n\n\n![screenshot](/app/src/assets/screenshot-2.png)\n\n\n## Development\nSee [Contributing.md](Contributing.md) for instructions on running Vizzy locally.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbren%2Fvizzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbren%2Fvizzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbren%2Fvizzy/lists"}