Jakobkee commited on
Commit
8afb2dd
1 Parent(s): 59bc801

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -7,14 +7,22 @@ language:
7
  This repository contains the first version of our Automatic Speech Recognition and Subtitle Generation model, trained on 2000 hours of Flemish broadcast subtitled speech data.
8
  It is converted to a simple ASR model, which outputs only a verbatim transcription.
9
 
 
 
10
  # Usage
11
 
12
  This repository only hosts the pre-trained model itself and the configuration files.
13
  Using this model requires installation of the ESPnet toolkit, which you can find on Github [**here**](https://github.com/espnet/espnet).
14
  The Github page will contain all further details to use the model. To download the model, see the instructions [here](https://huggingface.co/docs/hub/models-downloading).
15
 
 
 
 
 
16
  # Citation
17
 
18
  If you use this model, please cite the research paper: (Will be added shortly).
19
 
20
- **Version**: September 2023
 
 
 
7
  This repository contains the first version of our Automatic Speech Recognition and Subtitle Generation model, trained on 2000 hours of Flemish broadcast subtitled speech data.
8
  It is converted to a simple ASR model, which outputs only a verbatim transcription.
9
 
10
+ **Version**: September 2023
11
+
12
  # Usage
13
 
14
  This repository only hosts the pre-trained model itself and the configuration files.
15
  Using this model requires installation of the ESPnet toolkit, which you can find on Github [**here**](https://github.com/espnet/espnet).
16
  The Github page will contain all further details to use the model. To download the model, see the instructions [here](https://huggingface.co/docs/hub/models-downloading).
17
 
18
+ # Webservice
19
+
20
+ This model can also be accessed through the [webservice of the NeLF Project](https://nelfproject.be/web_service.php). After requesting access, you can upload audio or video files and they will be transcribed according to the desired settings.
21
+
22
  # Citation
23
 
24
  If you use this model, please cite the research paper: (Will be added shortly).
25
 
26
+ # Contact
27
+
28
+ Jakob Poncelet: [email protected]