Skip to content

beer-asr/beer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d53d2a1 · Jan 11, 2021
Jan 9, 2021
Oct 21, 2018
May 27, 2020
Jan 11, 2021
Mar 1, 2019
Aug 17, 2018
Jun 18, 2020
May 14, 2018
Mar 27, 2018
May 14, 2018
Nov 8, 2018
Nov 5, 2018
Jun 18, 2020

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published