Skip to content

RapDoodle/Web-Real-Time-Speech-Recognition-with-Azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Real-time Speech Recognition with Azure

An example project that provides a web interface to real-time speech-to-text service on a browser with Azure real-time speech-to-text service and Socket.IO.

Usage

  1. Install the dependencies

    $ npm install
  2. Set AZURE_KEY and AZURE_REGION as environment variable.

    For Linux/macOS users

    export AZURE_KEY=YOU_AZURE_KEY
    export AZURE_REGION=YOUR_AZURE_REGION

    For Windows PowerShell

    $env:AZURE_KEY = 'YOU_AZURE_KEY'
    $env:AZURE_REGION = 'YOUR_AZURE_REGION'
  3. Start the backend

    $ npm run start
  4. Go the the frontend

    By default, the frontend is served at http://127.0.0.1:4000/

About

An example project that provides a web interface to real-time speech-to-text service on a browser with Azure real-time speech-to-text service and Socket.IO.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published