Skip to content
Snippets Groups Projects
Commit 2203e244 authored by Benedikt's avatar Benedikt
Browse files

updated readme

parent 4c9c7929
No related branches found
No related tags found
No related merge requests found
doc/GUI.png

92.5 KiB

## Start
# Content
This repo contains a Bokeh application that allows to validate [D-SI](https://www.ptb.de/empir2018/fileadmin/documents/empir/SmartCom/documents_for_download/Digital_System_of_Units_D-SI_2019-11-04_UK_NPL_SmartCom.pdf) unit parsing and conversion by the [dsiUnit](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) Module
The Web Gui Looks Like:
![Gui SHowing two unit inputs and a coparison triabngle](./doc/GUI.png)
## Install localy
```bash
bokeh serve ./
git clone https://gitlab1.ptb.de/digitaldynamicmeasurement/dsi-parser-frontend.git
cd dsi-parser-frontend
pip install -r requirements.txt
```
### Run the Bokeh Server
```bash
bokeh serve ./ --port 5020
```
## Use Docker Container
```bash
docker pull benesee/dsiunitsfrontend:latest
docker run -p 5020:5020 benesee/dsiunitsfrontend:latest
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment