It is an Angular application which serves as the UI for offline speech recognition in real-time wherein the communication with the server is via websockets
- Node.js should be installed on your machine.
- Angular CLI 13 or above should be installed.
- The Offline Automatic Speech Recognition (ASR) - Backend should be already running on your machine to establish the websockets connection.
To run this application, follow the below steps:
- Clone the repo.
- Open the terminal and install the dependencies using the
npm install
ornpm i
command. - Run the application using the
ng serve
command
NOTE: There are 2 different UI(s) developed for this application to showcase the different usecase for this tech.
The different UI related code can be navigated via git branches in the repository.