From 00e35ce82b413188d09237a1272d6c17b992494e Mon Sep 17 00:00:00 2001 From: Markus Schmidt Date: Thu, 21 Oct 2021 16:29:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index e69de29..12ee145 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,30 @@ +# REQUIREMENTS + +* ffmpeg +* git +* python3 +* pip3 +* python module srt +* python module vosk +* language model + +# INSTALL UBUNTU + +``` +apt install ffmpeg +apt install python3-pip +pip3 install --upgrade pip +cd /usr/lib/ +git clone --recursive https://github.com/web2py/web2py.git +cd web2py/applications +mkdir transcription +cd transcription +git clone https://gitea.iwm-tuebingen.de/mschmidt/web2py.transcription.git . +pip3 install -t modules srt +pip3 install -t modules vosk +pip3 install -t modules webvtt-py +cd private +wget https://alphacephei.com/vosk/models/vosk-model-de-0.21.zip +unzip vosk-model-de-0.21.zip +mv vosk-model-de-0.21 model +``` \ No newline at end of file