This repository contains the results of my work on final project of the Sapienza "Visual Analytics" MSc Computer engineering course.
(using npm v8)
cd frontend
npm install package.json --legacy-peer-deps
(this is required asreact-vis
is sadly deprecated, yet compatible with React 17)npm run start
cd embedding_backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python server.py
Both applications need to be running at the same time for the prototype to function properly