Skip to content

Releases: korakot/kora

Python 3.11 Installation

03 Nov 04:52
Compare
Choose a tag to compare

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

29 Oct 06:23
Compare
Choose a tag to compare

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

08 Nov 01:09
Compare
Choose a tag to compare

InstColorization is the latest technique for image colorization.

Kaldi binary installation

12 Oct 03:55
Compare
Choose a tag to compare

Taken from kaldiasr/kaldi docker. Take only /opt/kaldi. Add pykaldi-cpu-0.1.3 from anaconda.

RDKit binary installation

16 Sep 03:25
Compare
Choose a tag to compare

Taken from 2020.09.1.0 on Anaconda, and add libboost & libicu that is needed.