GithubHelp home page GithubHelp logo

mehdignu / levenshtein-distance Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 5.25 MB

compare speed and accuracy of two speech recognitions APIs using levenshtein-distance algorithm

JavaScript 100.00%

levenshtein-distance's Introduction

levenshtein-distance-js

APIs used form the testing:

  • Microsoft Cognitive Speech

    • benefits: clear documentation, 30 days free trial
    • shortcomings: -
    • potential risks: -
  • Speechmatics

    • benefits: clear documentation
    • shortcomings: the API is limited with specific amount of credit
    • potential risks: -

Measure of accuracy algorithm

  • levenshtein-distance

How to install / use the tool

Global configuration

  • install the necessary dependencies using:

    $ npm install
    
  • in ./config/settings.js change add the complete file path and the .xls transcription file

Microsoft Cognitive Speech configuration

  • create an account for Microsoft Cognitive and copy your subscription key

  • add your subscription key to ./config/settings.js

  • specify the transcription language

Speechmatics configuration

  • create an account for Speechmatics and add the user id and the authentication key to ./config/settings.js

  • change the callbackurl to your server domain to get notification when the processing of the file finishes.

  • specify the transcription language

  • add the listening port

Results

  • Microsoft Cognitive Speech is more accurate and faster than Speechmatics API.

levenshtein-distance's People

Contributors

mehdignu avatar

Watchers

 avatar  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.