Skip to content

hangxiu/lidbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lidbox

Command line toolbox for managing spoken language identification (LID) experiments.

Quickstart

Install TensorFlow 2.

Clone the repo and install lidbox as a Python package in setuptools develop mode. This makes it easier to experiment with the code.

git clone --depth 1 https://github.com/matiaslindgren/lidbox.git
pip install --editable ./lidbox

See this for a simple example to get started.

Todo

  • more mutex locks when updating the caches
  • simplify tf.data.Dataset pipelines, no spaghetti leaks
  • efficient metric implementations, must run in tf graph

About

End-to-end spoken language identification with TensorFlow 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%