Skip to content

aware-diag-sapienza/W4SP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The W4SP Prototype

Versatile Visual analysis for Steerable Partial dependence. Try a demo here, or run locally by using the following instructions. Video demonstrations are avaliable here.

How to run W4SP

Starts first the backend and then the frontend.

Backend

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)

Frontend

The frontend uses Node.js:

  • Install first the dependencies with npm install
  • Then run with npm start