Skip to content

Haislich/AudioLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioLM

linting: pylint Colab badge

Implementation of AudioLM paper by google

Installation

pip install https://github.com/Haislich/AudioLM/raw/main/dist/audiolm-0.1.0.tar.gz

Setting up the development environment/ building from source

AudioLM relies on relies on the Poetry build system.

To install poetry

pip install poetry

Once poetry is installed poetry will manage the needed dependencies and set up the working environment.

git clone https://github.com/Haislich/AudioLM   # Clone the repo.
cd AudioLM                                      # Change directory.
poetry shell                                    # This creates the venv.
poetry install                                  # This install the required dependencies.

References

About

Implementation of AudioLM paper by google

Resources

License

Stars

Watchers

Forks

Packages

No packages published