Skip to content
Gaudenz Halter edited this page Oct 13, 2018 · 12 revisions

Welcome to the VIAN wiki!

Content

  • Installation
  • Analyses

Installation

The Fast Way

  1. Download and Install the latest VLC from here

  2. Download and Install the latest Anaconda for Python 3 from here

  3. In a Terminal

    cd /somewhere/VIAN/

  4. Create the Environment:

    Windows: conda env create -f install/env/env_win64.yml

    OSX: conda env create -f install/env/env_osx.yml

  5. Run VIAN:

    cd /somewhere/VIAN/

    python main.py

A Logophile's Way

  1. Download and Install the latest VLC from here

  2. Download and Install the latest Anaconda for Python 3 from here

  3. In Anaconda, create a new Environment using:

    conda create --name vian_env

  4. Activate the Environment:

    Windows: activate vian_env

    OSX and Linux: source activate vian_env

  5. Install the Dependencies:

conda create -n vian_dev python=3.6

source activate vian_dev

conda install -c anaconda pyqt=5.6.0 requests networkx scikit-learn

conda install -c conda-forge opencv

pip install dataset fastcluster

  1. Run VIAN:

    cd Path/To/Your/VIAN/main.py

    python main.py

Analyses

Each analysis has it's own page on the wiki to monitor the current theory behind and a connected Issue for open discussion. Refere to the side-panel for the individual wiki pages.