Skip to content
Snippets Groups Projects
Benedikt Seeger's avatar
Benedikt authored
2203e244
History

Content

This repo contains a Bokeh application that allows to validate D-SI unit parsing and conversion by the dsiUnit Module

The Web Gui Looks Like: Gui SHowing two unit inputs and a coparison triabngle

Install localy

git clone https://gitlab1.ptb.de/digitaldynamicmeasurement/dsi-parser-frontend.git
cd dsi-parser-frontend
pip install -r requirements.txt

Run the Bokeh Server

bokeh serve ./ --port 5020

Use Docker Container

docker pull benesee/dsiunitsfrontend:latest
docker run -p 5020:5020 benesee/dsiunitsfrontend:latest