Welcome to the website created for researchers and developers of Dutch ASR technology to share the results they obtained.
It is accessible at: https://opensource-spraakherkenning-nl.github.io/ASR_NL_results
To test changes locally, you can set up the website on your own machine by following the official Github guide.
Each page of the website has its own markdown file. index.md
corresponds to the main page of the website. The folder UT
contains the WER results and time performance of the models as reported by University of Twente. Inside the folder, there are 2 markdown files corresponding to the 2 different corpora used during evaluation.
Each researcher/developer should create a new folder with an unique and semnificative name. The structure inside that folder can vary, according to how the researcher/developer wants to structure it. Some ideas include reporting the WER and time in 2 separate files, for all datasets/corpora, or the same structure as in the UT
folder, reporting all results for each dataset/corpus used.
We encourage all Dutch ASR researchers and developers to upload the results they obtained on our website. This can be simply done by:
- Forking this repository
- Adding the results and testing the changes on your fork locally
- Opening a PR from your fork to this repository
If you have any suggestions or feedback to share about this website or its structure, we encourage you to open an issue or a pull request and we will make sure to review them.