Skip to content

IMS-Speech is a tool for German, English and Russian speech transcription aiming to facilitate research in various disciplines. We are willing to provide a speech transcription service with an intuitive web interface accessible with a wide range of computing devices and to people with various backgrounds. Our service is available here: https://7…

License

Notifications You must be signed in to change notification settings

DigitalPhonetics/IMS-Speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install ESPnet including the compiled Kaldi: Install ESPnet.

Edit the ESPnet path in decode.sh.

Download external models:

cd models
./download.sh

Create the configuration file .env:

DB_HOST=localhost
DB_PORT=5432
DB_USER=test
DB_NAME=test
SESSION_KEY=test
URL_BASE=http://localhost:8080
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=test
SMTP_PASSWORD=test
DATA_DIR=data
DECODE_CMD=./decode.sh

Build and run the web server:

go build cmd/web/main.go
nohup ./main > main.log &

Build and run the transcriber daemon:

go build -o transcriber cmd/transcriber/main.go
nohup ./transcriber > transcriber.log &

Alternatively, run the decoding from the command line:

./decode.sh $FILE $LANGUAGE

$LANGUAGE can be en, de or ru. The result will be written to $FILENAME.txt.

Citation:

@article{denisov2019ims,
  title={IMS-speech: A speech to text tool},
  author={Denisov, Pavel and Vu, Ngoc Thang},
  journal={Studientexte zur Sprachkommunikation: Elektronische Sprachsignalverarbeitung 2019},
  pages={170--177},
  year={2019},
  publisher={TUDpress, Dresden}
}

About

IMS-Speech is a tool for German, English and Russian speech transcription aiming to facilitate research in various disciplines. We are willing to provide a speech transcription service with an intuitive web interface accessible with a wide range of computing devices and to people with various backgrounds. Our service is available here: https://7…

Resources

License

Stars

Watchers

Forks