brijmohan / iremedy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iremedy

Tested on Ubuntu 16.04 (Firefox and Chrome)

Setup

Install Python2, pip and virtualenv

sudo apt install python2.7 python2.7-dev python-pip
sudo pip install virualenv

Clone the repo

git clone https://github.com/brijmohan/iremedy.git

Create a virtualenv

cd iremedy
virtualenv venv
. venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run the project

python main.py
  • Open http://localhost:5000 on Firefox or Chrome.
  • Wait for recognizer to be ready
  • Select a grammar from dropdown (align, words, neighbors)
  • Press 'Start' and utter "What's your name", then press 'Stop'
  • Results (detected symbols, normalized acoustic scores, duration) will be displayed under the heading "Recognition Output".

About


Languages

Language:HTML 54.1%Language:JavaScript 45.2%Language:Python 0.7%