Checkout the website - https://interactivegw.com/
To run the package on your local machine (mainly to generate custom videos) see the installation instructions below:
Please install the following packages:
numpy
matplotlib
wheel
gwsurrogate
flask
opencv-python
ffmpeg
pip install numpy
pip install matplotlib
pip install wheel
pip install gwsurrogate
pip install flask
pip install opencv-python
sudo apt install ffmpeg
To begin the website:
python run.py
Open the link created in a browser (e.g., "http://127.0.0.1:5000/")