CapsLayer is build on the top of TensorFlow with its python API, so you need python to be installed first.
- TesorFlow
Follow the Tensorflow installation instructions(for China)
-
NumPy and SciPy
system-level installation:
$ sudo pip install numpy
$ sudo pip install scipy
user-level installation:
$ pip install --user numpy
$ pip install --user scipy
Clone or download this repository:
$ git clone https://github.com/naturomics/CapsLayer.git (In this way you should have git installed)
Follow the instructions in the Model Section to run your first CapsLayer model.
- Test on Windows