Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 756 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 756 Bytes

HUDS Analysis

A collection of scripts that fetch Harvard University Dining Services (HUDS) data from the CS 50 Public API and aggregate them into interactive visualizations. These scripts were originally written to create visualizations for our Harvard Open Data Project (HODP) comp project in Spring 2021, where we studied the impact of the COVID-19 pandemic on menu offerings at Harvard dining locations.

Getting Started

Set up the virtual environment:

python3 -m venv path/to/venv

source path/to/venv/bin/activate

Install the required packages:

pip3 install -r requirements

Usage

python3 main.py

Project Contributors

  • Jeremy Hsu
  • Samuel Lin
  • Ricky Lam
  • Patrick Song