Skip to content

ograndedjogo/tab-translator

Repository files navigation

tab-translator

Build status Coverage status

This document is adressed to developpers.

setup

Check the travis configuration to setup the environment. Main steps are:

  • clone the git repo git clone https://github.com/ograndedjogo/tab-translator.git
  • install requirements pip install -r requirements.txt
  • install opencv (see install_opencv.sh) and its dependencies (see addons:apt:packages)

run tests

tests, consider the default pytest configuration for tabt

py.test # tests only
coverage run -m py.test # produces coverage outputs

run examples

export PYTHONPATH=$PYTHONPATH:$PWD
python examples/cv2visu.py tests/images/score.jpg
python examples/scan.py tests/images/sheet.jpg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published