Speech recognition: Difference between revisions

From Clarin K-Centre
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<!--T:1-->
==LaMachine webservices==
==LaMachine webservices==
There are several speech recognition services [https://webservices.cls.ru.nl/ web services] at Radboud University
There are several speech recognition [https://webservices.cls.ru.nl/ web services] at Radboud University


<!--T:2-->
==Speech Recognition for Belgian Dutch==
==Speech Recognition for Belgian Dutch==
Since April 2022, there is a new ASR engine available, specifically suited for speech recognition for Belgian Dutch.
Since April 2022, there is a new ASR engine available, specifically suited for speech recognition for Belgian Dutch. It is running at KU Leuven.


<!--T:3-->
*[https://www.spraak.org/webservice/dutch_asr/ Online webservice]
*[https://www.spraak.org/webservice/dutch_asr/ Online webservice]
*[https://clinjournal.org/clinj/article/view/119 Scientific publication about speech recognition engine]
*[https://clinjournal.org/clinj/article/view/119 Scientific publication about speech recognition engine]


<!--T:4-->
==HENSOLDT ANALYTICS Speech-to-text for Dutch==
==HENSOLDT ANALYTICS Speech-to-text for Dutch==
The [https://european-language-grid.eu European Language Grid] hosts this speech recognition service with demo at
The [https://european-language-grid.eu European Language Grid] hosts this speech recognition service with demo at
[https://live.european-language-grid.eu/catalogue/tool-service/8154 https://live.european-language-grid.eu/catalogue/tool-service/8154]
[https://live.european-language-grid.eu/catalogue/tool-service/20900 https://live.european-language-grid.eu/catalogue/tool-service/20900]


<!--T:5-->
==Punctuation Insertion==
==Punctuation Insertion==
AS ASR output often consists of streams of words, you may want to automatically insert punctuation.  
AS ASR output often consists of streams of words, you may want to automatically insert punctuation.  


<!--T:6-->
*[https://huggingface.co/oliverguhr/fullstop-dutch-sonar-punctuation-prediction?text=hervatting+van+de+zitting+ik+verklaar+de+zitting+van+het+europees+parlement+die+op+vrijdag+17+december+werd+onderbroken+te+zijn+hervat HuggingFace model]
*[https://huggingface.co/oliverguhr/fullstop-dutch-sonar-punctuation-prediction?text=hervatting+van+de+zitting+ik+verklaar+de+zitting+van+het+europees+parlement+die+op+vrijdag+17+december+werd+onderbroken+te+zijn+hervat HuggingFace model]
*[https://github.com/VincentCCL/Segment_FullStop/blob/main/Segment_FullStop.py Python script that accepts txt file as input and returns punctuated txt as output]
*[https://github.com/VincentCCL/Segment_FullStop/blob/main/Segment_FullStop.py Python script that accepts txt file as input and returns punctuated txt as output]
<!--T:7-->
==Whisper model from OpenAI==
ASR for multiple languages, including Dutch is available from Whisper. Full model download is possible.
<!--T:8-->
*[https://openai.com/research/whisper Webpage]
*[https://github.com/openai/whisper Github page]
*[https://www.youtube.com/watch?v=ABFqbY_rmEk YouTube video] explaining how to install whisper on your windows machine
<!--T:9-->
==Microsoft Transcriber==
*[https://support.microsoft.com/nl-nl/office/uw-opnamen-transcriberen-7fc2efec-245e-45f0-b053-2a97531ecf57 Website in Dutch]
</translate>

Latest revision as of 08:50, 18 April 2024

Other languages:

LaMachine webservices

There are several speech recognition web services at Radboud University

Speech Recognition for Belgian Dutch

Since April 2022, there is a new ASR engine available, specifically suited for speech recognition for Belgian Dutch. It is running at KU Leuven.

HENSOLDT ANALYTICS Speech-to-text for Dutch

The European Language Grid hosts this speech recognition service with demo at https://live.european-language-grid.eu/catalogue/tool-service/20900

Punctuation Insertion

AS ASR output often consists of streams of words, you may want to automatically insert punctuation.

Whisper model from OpenAI

ASR for multiple languages, including Dutch is available from Whisper. Full model download is possible.

Microsoft Transcriber