This repo contains the source code for my final project in CS744 (Visualization) at UW-Madison in Fall 2020: Amazon Category Explorer (ACE)
Some details:
all-nodes.csvis the product category data given for the project. It's a bit old, from 2014 I believe.data-to-json.pyis a python script which converts theall-nodes.csvto a JSON tree structure which is used by the app.- Run
python3 data-to-json.py > tree.jsonto (re)generate the JSON data for the app. index.htmlis the main app page.about.htmlhas some background information about the project.
The app is available online.