This implements a mock ASR service for use as part of a takehome interview problem.
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.
The primary dependency of this project is Fastify, a node.js webserver framework.
npm install
will install all dependencies.
npm start
will spin up the server on localhost:3000
curl 'http://localhost:3000/get-asr-output?path=audio-file-7.wav'