adrianSRoman / DeepWave

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepWave

This repository contains the reference implementation of DeepWave.

Installation

After installing Miniconda or Anaconda, run the following:

$ conda create --name=DeepWave python=3.6
$ source activate DeepWave

# Install `ImoT_tools <https://github.com/imagingofthings/ImoT_tools>`_
$ git clone git@github.com:imagingofthings/ImoT_tools.git
$ cd ImoT_tools
$ conda install --channel=defaults --channel=conda-forge --file=requirements.txt
$ python3 setup.py develop
$ cd ..

# Install `DeepWave <https://github.com/imagingofthings/DeepWave>`_
$ git clone git@github.com:imagingofthings/DeepWave.git
$ cd DeepWave
$ python3 setup.py develop

About


Languages

Language:Jupyter Notebook 59.8%Language:Python 38.7%Language:Shell 1.5%