davidgodzsak / transcriber

Transcribe text using aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transcribe

Setup

  • npm i
  • Add your json file and import it as a first thing in src/index.ts: import * as transcript from '../your-file.json';

Start

  • npm start
  • served on localhost:9000

About

Transcribe text using aws


Languages

Language:TypeScript 76.0%Language:JavaScript 24.0%