Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 520 Bytes

Matchmaking

The Matchmaking is an implementation of the Hungarian Matching Algorithm that determines if two people should go on a second date.

Getting Started

These instructions will allow you to run and test the project on your local machine.

Required Packages

To run this project locally and interact with the code, you will need to install networkx and pandas. Use the following code to install the packages.

pip install pandas

pip install networkx

Authors

  • Kristin Aoki
  • Shreya Chowdhary