Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.
/ grouper Public archive

K-means grouping for Tech@NYU events.

Notifications You must be signed in to change notification settings

rgardner/grouper

Repository files navigation

Grouper

This project has been archived and is no longer under active development.

Grouper was a web application for pairing groups of people together based on their interests. It was intended to be used at Tech@NYU club events for our weekly "After Hours" sessions (like mini-hackathons).

Grouper was a Ruby on Rails web app where users would enter their interests, which were run then through K-means clustering (provided by the kmeans gem) to generate the groups. The results were visualized via D3.