Skip to content

⚡ A rich Transcription based editor integrating the re-speak and speech APIs allowing the user to communicate directly with the Automatic Speech Recognition system (ASR) into a web based service for post transcription processing. (Mirror)

Notifications You must be signed in to change notification settings

CodHeK/transcriptor-frontend

Repository files navigation

Installation

Prerequisites :

Make sure you have the following installed:

  • node
  • yarn

Project built using version node v13.6.0.

Install

Just run yarn install to install all the dependencies.

This will build and display the front-end at http://localhost:3000, but in order to run the application completely you need the server setup too! Find instructions to setup your server here.

Configure

Make sure to add the API_HOST in your .env file.

REACT_APP_API_HOST=http://localhost:3005

⚠️ NOTE :

All keys in .env must start with the prefix REACT_APP_. For more info refer here

Note:

  • The project uses React Hooks which is in the newer versions of React, make sure you learn how hooks work, can refer to the link here.

About

⚡ A rich Transcription based editor integrating the re-speak and speech APIs allowing the user to communicate directly with the Automatic Speech Recognition system (ASR) into a web based service for post transcription processing. (Mirror)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages