Skip to content

tre3x/speech-processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech Recognition with Sparse Models

Installations

install or build jax from https://github.com/google/jax#installation

check jax installation :

from jax.lib import xla_bridge 
print(xla_bridge.get_backend().platform)

clone this repo and install dependencies

git clone https://github.com/tatami-galaxy/speech-processing.git
cd speech-processing
python repo_setup.py  # --jax or --torch 
huggingface-cli login 
accelerate config  # if installed accelerate (--torch)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 69.8%
  • Python 30.2%