EomSooHwan / beer

Bayesian spEEch Recognizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEER: the Bayesian spEEch Recognizer

Beer is a toolkit that provide Bayesian machine learning tools for speech technologies.

Beer is currently under construction and many things are subject to change !

Requirements

Beer is built upon the pytorch and several other third party packages. To make sure that all the dependencies are installed we recommend to create a new anaconda environment with the given environment file:

   $ conda env create -f condaenv.yml

This will create a new environment name beer. Then you need to install pytorch in the beer environment:

   $ source activate beer
   $ conda install -c pytorch pytorch

Note that it is necessary to install pytorch as the last step.

Installation

Assuming that you have already created the beer environment, type in a terminal.

  $ source activate beer
  $ python setup.py install

Usage

Have a look to the recipe to get started with beer.

About

Bayesian spEEch Recognizer

License:MIT License


Languages

Language:Jupyter Notebook 92.1%Language:Python 5.4%Language:Shell 2.0%Language:Perl 0.5%Language:Makefile 0.0%