https://github.com/vida-nyu/multidimensional_projection
https://github.com/vida-nyu/multidimensional_projection
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vida-nyu/multidimensional_projection
- Owner: VIDA-NYU
- License: gpl-3.0
- Created: 2016-11-03T22:03:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T22:44:11.000Z (over 6 years ago)
- Last Synced: 2025-01-24T15:36:33.258Z (5 months ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multidimensional Projection
This repository contains the Multidimensional Projection (MDPROJ) project. MDPROJ is an interactive system that helps users explore and better understand a multidimensional dataset such as text data. It achieves this by using RadViz to support interaction with web pages that along with preserving the correlations (similarity and dissimilarity) of pages also displays its attributes, i.e., the words in the document. This produces a more interpretable 2-dimensional projection of the web pages which makes it easier for the user to determine the relevance or irrelevance of the pages.
## Installing on your machine
Building and deploying the MDPROJ can be done using its Makefile to create a local development environment.
### Local development
First install conda, either through the Anaconda or miniconda installers provided by Continuum. You will also need Git. These are system tools that are generally not provided by conda.
Set up Domain Discovery API
```
https://github.com/ViDA-NYU/domain_discovery_API.git
cd domain_discovery_API
```
Use the `make` command to build MDPROJ and download/install its dependencies.```
make
```Make domain_discovery_API available by adding it to the environment:
```
export DD_API_HOME="{path-to-cloned-domain_discovery_API-repository}"
```Clone the MDPROJ repository and enter it:
```
https://github.com/ViDA-NYU/multidimensional_projection
cd multidimensional_projection
```Use the `make` command to build MDPROJ and download/install its dependencies.
```
make
```After a successful installation, you can activate the MDPROJ development environment:
```
source activate mdproj
```And (from the top-level `multidimensional_projection` directory), run:
```
./bin/mdproj-dev
```Now you should be able to head to http://localhost:4400/ to interact
with the tool.## Contact
Sonia Castelo Quispe [[email protected]]
Jorge Piazentin Ono [[email protected]]
Yamuna Krishnamurthy [[email protected]]