Skip to content

tre3x/speech-processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

383 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%