/deepgram-transcription-node

A server for Deepgram - Automated Speech Recognition (ASR) - Deepgram Automatic Speech Recognition helps you build voice applications with better, faster, more economical transcription at scale.

Primary LanguageTypeScript

Transcription

Installation steps to run server locally

  1. Open a terminal
  2. Clone the project from the git clone link ( Command : git clone url)
  3. Go into project's directory.
  4. Run yarn or npm install
  5. Create a copy of .env.example and rename it to .env
  6. Run nodemon to start the server

That's it