Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 3.15 KB

README.md

File metadata and controls

56 lines (40 loc) · 3.15 KB

PyLaia

PyLaia is a device agnostic, PyTorch based, deep learning toolkit for handwritten document analysis.

It is also a successor to Laia.

Build Coverage Code quality

Python: 3.6+ PyTorch: 1.4.0+ pre-commit: enabled Code style: black

Get started by having a look at our Wiki!

Several (mostly undocumented) examples of its use are provided at PyLaia-examples.

Installation

In order to install PyLaia, follow this recipe:

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

The following Python scripts will be installed in your system:

Acknowledgments

Work in this toolkit was financially supported by the Pattern Recognition and Human Language Technology (PRHLT) Research Center

BibTeX

@misc{puigcerver2018pylaia,
  author = {Joan Puigcerver and Carlos Mocholí},
  title = {PyLaia},
  year = {2018},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/jpuigcerver/PyLaia}},
  commit = {commit SHA}
}