/RingMark_decoder

RingMark Decoder

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

RingMark_decoder

RingMark Decoder

Quick Start

Clone this repository:

git clone <repo>
cd <repo>

Ramp up virtual environment (very much recommended)

python3 -m virtualenv venv
source venv/bin/activate

Intall requirements

pip3 install -r requirements.txt

IPython

cd python
jupyter notebook decoder_main.py

Python

cd python
python3 decoder_main.py 

C++

cd cpp
make
decoder_main

WIP: add UI