-
Notifications
You must be signed in to change notification settings - Fork 2
Angular UI
Panagiotis Antoniadis edited this page Aug 26, 2019
·
5 revisions
The UI of the project is based on angular 8. It is hosted in https://snf-870149.vm.okeanos.grnet.gr.
Note: Till now, we use self-signed ssl certificates for both the webpage and the API. As a result, before using the webpage, the user should give permission in both of them by entering https://snf-870149.vm.okeanos.grnet.gr and https://snf-870149.vm.okeanos.grnet.gr:5000 and clicking Advanced and Proceed to url.
The steps for the acoustic and language model adaptation through the website are below:
- In Log In page, the system reads the user's sent emails and process them in order to be in an appropriate form.



- In Language Adaptation page, the user chooses some parameters of the email clustering. Then, the system clusters the sent emails according to these parameters and creates a language model for each cluster. Our recommended values for the parameters are:
- Silhouette method
- Cosine distance metric
- Sentence level clustering



- In Acoustic Adaptation page, the user has to record his voice dictating some random sentences of his emails. This recording will be used in the acoustic model adaptation, so the more he dictates, the better for the system's accuracy.






- In Dictation page, the user dictates the sentences of the emails he wants and the system outputs the decoded text with and without adaptation. Also, the output of the post-processing system is shown.

.png)
.png)