Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 728 Bytes

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'