Skip to content

chho33/TaiwaneseASR

Repository files navigation

taiwanese-asr

Warning

This repository is only for demo purpose. Since opening microphone on browsers need https, this project support only running locally so far.

Run without https

Open your chrome and navigate chrome://flags/#unsafely-treat-insecure-origin-as-secure. Find and enable the Insecure origins treated as secure section, and then add the address you want to ignore the secure policy. image

Pre-requests

Frontend

cd src;
yarn serve

Backend

cd backend;
# run with cpu
python server.py
# run with gpu
python server.py --config ./available_models/asr.conf.gpu.json

Settings

set your host in config.json

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published