This repository is only for demo purpose. Since opening microphone on browsers need https, this project support only running locally so far.
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.

- Download the model: https://drive.google.com/file/d/1VeSKm1F1t4b1eD73UfRBoiGY_Zhv0-9B/view?usp=sharing
- Decompress the model and move it into the right directory:
tar zxf run.tar.gz; mv run ./backend/; - install npm: https://www.npmjs.com/get-npm
- install yarn: https://classic.yarnpkg.com/en/docs/install
npm install -g @vue/cliyarn installvue add axiospip install -r requirements.txt
cd src;
yarn serve
cd backend;
# run with cpu
python server.py
# run with gpu
python server.py --config ./available_models/asr.conf.gpu.json
set your host in config.json
