Skip to content

Installation

Solène Tarride edited this page Feb 15, 2023 · 1 revision

Getting started

To use PyLaia in your own environment, install it from PyPi

pip install pylaia

Or clone the repo and install it

git clone https://github.com/jpuigcerver/PyLaia/
cd PyLaia
pip install -e .

This will make the following commands available:

  • pylaia-htr-create-model
  • pylaia-htr-train-ctc
  • pylaia-htr-decode-model
  • pylaia-htr-netout

To learn more about them, make sure to use the --help option.