Repository containing the open source code of the subtitler developed by the FBK MT unit under the European Union project "AI4Culture: An AI platform for the cultural heritage data space" (Action number 101100683).
The FBK AI4C-CSC subtitler requires:
- a GPU card (tested on Tesla K80)
- a Linux OS (tested on Ubuntu 20.04, with nvidia drivers 470, CUDA 11.4 and cudnn 8)
- a working docker installation
- clone this repo
git clone https://github.com/hlt-mt/FBK-subtitler
- change into the tool directory
cd FBK-subtitler
- build the docker image
docker build .
The FBK subtitler works as a webservice.
To start the FBK subtitler service issue the command
docker run fbk_subtitler
A set of messages are reported: please wait until this message appears
FBK subtitler ready
To use the FBK subtitler service, please read the API specification document
Please email cattoni AT fbk DOT eu