bfortuner / asr-sample-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/transcribe?path=audio-file-7.wav'

About


Languages

Language:JavaScript 100.0%