Skip to content

Source code for my final project in CS744 (Visualization) at UW-Madison in Fall 2020

Notifications You must be signed in to change notification settings

tomreitz/amazon-category-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Category Explorer (ACE)

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.csv is the product category data given for the project. It's a bit old, from 2014 I believe.
  • data-to-json.py is a python script which converts the all-nodes.csv to a JSON tree structure which is used by the app.
  • Run python3 data-to-json.py > tree.json to (re)generate the JSON data for the app.
  • index.html is the main app page.
  • about.html has some background information about the project.

The app is available online.

About

Source code for my final project in CS744 (Visualization) at UW-Madison in Fall 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published