Hungarian algorithm in Python
There are multiple Options:
pip install munkres
Documentation here
pip install hungarian
Documentation here
pip install scipy
scipy.optimize.linear_sum_assignment
Documentation here
I just tried:
pip install munkres
and it worked. Here you can find a short explanation on how to use it.
I got an error trying to install "hungarian".