Versatile Visual analysis for Steerable Partial dependence. Try a demo here, or run locally by using the following instructions. Video demonstrations are avaliable here.
Starts first the backend and then the frontend.
The backend uses Python:
- Install first the dependencies with
pip3 install -r requirements.txt
- Then run with
python3 main.py
. - The backend is ready when it prints
* Running on ... (Press CTRL+C to quit)
The frontend uses Node.js:
- Install first the dependencies with
npm install
- Then run with
npm start