From 0d23a05f0bcb45cc951d0b9dca43d5c083495bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99?= Date: Fri, 5 Apr 2024 11:47:59 +0200 Subject: [PATCH] Rename folder with example files and add small comment in README --- README.md | 2 +- test/hyp/test.ctm => example/hyp/example.ctm | 0 test/ref/test.stm => example/ref/example.stm | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename test/hyp/test.ctm => example/hyp/example.ctm (100%) rename test/ref/test.stm => example/ref/example.stm (100%) diff --git a/README.md b/README.md index 7de9c62..dfdcf35 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The results (.dtl, .prf, .spk, and .csv format) can be found inside the `results In order to open a User Interface, run a command similar to the one above but now with the optional argument `-interactive`: -- docker run -it --mount type=bind,source=SOURCE,target=/input asrnlbenchmark/asr-nl-benchmark:latest python ASR_NL_benchmark -interactive +- docker run -it -p 5000:5000 --mount type=bind,source=SOURCE,target=/input asrnlbenchmark/asr-nl-benchmark:latest python ASR_NL_benchmark -interactive Use a web browser to access the UI by navigating to "http://localhost:5000" diff --git a/test/hyp/test.ctm b/example/hyp/example.ctm similarity index 100% rename from test/hyp/test.ctm rename to example/hyp/example.ctm diff --git a/test/ref/test.stm b/example/ref/example.stm similarity index 100% rename from test/ref/test.stm rename to example/ref/example.stm