Skip to content

schwers/asr-sample-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASR Sample Service

This implements a mock ASR service for use as part of a takehome interview problem.

Setting up the service

Node

This service uses node >= 18.0. We recommend using nvm to install and manage node versions if you don't already have node setup. Once installed you can run nvm use within this directory to use the correct node version.

Dependencies

The primary dependency of this project is Fastify, a node.js webserver framework.

npm install will install all dependencies.

Running the server

npm start will spin up the server on localhost:3000

Querying the server

curl 'http://localhost:3000/get-asr-output?path=audio-file-7.wav'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •