Skip to content

mightimatti/a_visual_exploration_of_manifold_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Visual Exploration of Manifold Learning for Images

About

This repository contains the results of my work on final project of the Sapienza "Visual Analytics" MSc Computer engineering course.

Installation

React

(using npm v8)

  • cd frontend
  • npm install package.json --legacy-peer-deps (this is required as react-vis is sadly deprecated, yet compatible with React 17)
  • npm run start

Python

  • 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

About

Repository for my work on the Visual Analytics Project at Sapienza

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published