Releases: korakot/kora
Releases · korakot/kora
Python 3.11 Installation
Python 3.11 binary is made from this construct.yaml
recipe
name: Colab
version: Py311
installer_type: all
channels:
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
specs:
- python==3.11
- jupyter
- google-colab
Python 3.10 Installation
Using Conda's custom constructor. This binary includes all the needed libraries.
# construct.yaml
name: Colab
version: Py310
installer_type: all
channels:
- https://conda.anaconda.org/conda-forge/linux-64
- https://conda.anaconda.org/conda-forge/noarch
specs:
- python==3.10.6
- conda
- jupyter
- google-colab
InstColorization checkpoint
InstColorization is the latest technique for image colorization.
Kaldi binary installation
Taken from kaldiasr/kaldi docker. Take only /opt/kaldi. Add pykaldi-cpu-0.1.3 from anaconda.
RDKit binary installation
Taken from 2020.09.1.0 on Anaconda, and add libboost & libicu that is needed.