Code Monkey home page Code Monkey logo

fexum-frontend's Introduction

FEXUM frontend

Framework for Exploring and Understanding Multivariate Correlations

This repository contains the web frontend of FEXUM and is built on AngularJS, D3.js, and CoffeeScript.

It allows the user to upload and explore datasets on an interactive feature map. Individual features may also be selected and their distributions inspected, explaining the correlations between them and enabling the user to select a good feature subset.

screenshot

The basis for this application has been made into a paper, which was submitted to and accepted by ECML PKDD 2017, and published as part of the conference proceedings in the "Lecture Notes in Computer Science" (LNCS) series.

Contributors

Installation

npm install -g grunt-cli bower coffeelint
npm install
bower install

Building

Compile and link assets

grunt build

Also minify for production use

grunt buildProd

Parameters

  • --out=directory output directory (default: www)

Serve locally

To build and serve locally without minification (and watch for changes)

grunt serve

Parameters

  • --port=PORT allows specifying a port to serve on (default: 1337)
  • --api-host=HOST specify the host to use as the application's API (default: 172.16.18.127)
  • --api-port=PORT specify the API's port (default: 80)
  • --api-websocket-port=PORT specify the websocket's port (default: 80)

Then access your browser at http://localhost:1337

Deployment

Automatically compile, link and minify all assets and then deploy to the server

grunt deploy --host HOSTNAME

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.