Code accompanying my medium article about linear least squares.
You will need ffmpeg and mogrify to generate GIFs. On Debian, Ubuntu, and related Linux distributions run
sudo apt install ffmpeg imagemagick
All python dependencies can be installed using pip
pip install -r requirements.txt
After this you should be good to go!