Git Product home page Git Product logo

dinimuhd7 / ims-speech Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digitalphonetics/ims-speech

0.0 0.0 0.0 272 KB

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://7547

Home Page: https://75474978-c3fa-43a5-aa6c-ee36f2513064.ma.bw-cloud-instance.org/ims-speech/

License: MIT License

Shell 12.98% Go 53.93% HTML 33.10%

ims-speech's Introduction

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}
}

ims-speech's People

Contributors

akreal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.