Skip to content

SemiGlassFace/Interview-Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradio ASR streaming application

This is project consists of gradio application written by Jan Piotrowski for the interview coding tasks.

It uses Sherpa Onnx streaming ASR server with it pretrained models. https://github.com/k2-fsa/sherpa-onnx/blob/master/python-api-examples/streaming_server.py

Installation

Download pretrained models (link) and unpack them in the root project folder.

Install Python3 with the following packages

  • gradio
  • scipy
  • sherpa-onnx
  • websocket

It's possible to use ./install.sh to install the packages with pip.

How to run

To start the server

./start-server.sh

To start the client

python3 client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published