Git Product home page Git Product logo

mediaviz's Introduction

MediaViz

Build Status

This project is setup to build on every push, the dependencies follow:

  • impl/ folder containing the Python package implementation.
  • test/ folder containing unit tests for all modules. These can all be run using the command make test, and are run automatically on each push.
  • scripts/ folder containing helpful scripts, some of which are called by other files.
  • webgui/ folder containing the Flask web application and templates.

Setup for Local Testing

  1. Install and start a local docker-machine.
  2. Run pip3 install . in the root directory to install the impl package.
  3. Run source scripts/env.sh in the root directory to setup flask app.
  4. Run flask run in the root directory.

Installation

  1. Clone repository to directory.
  2. If using virtualenv initialize here. See documentation.
  3. Run docker build -t local_build .[run in cloud build].

Running MediaViz

  1. Run docker run --publish=5000:5000 -ti local_build:latest flask run --host=0.0.0.0 if running through container. To run over https run docker run --publish=5000:5000 -ti local_build:latest flask run --cert=adhoc --host=0.0.0.0.
  2. Navigate to webpage shown at prompt.
  3. Enjoy!

mediaviz's People

Contributors

srohrer32 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.