/labeler-client

client lib for meganno framework

Primary LanguagePython

labeler-client

Client side programmatic python library for Labeler service

To use in Python Notebook

version

You can use either SSH or HTTPS to install this python package

  • Run pip install git+ssh://git@github.com/megannot/labeler-client.git
  • Run pip install git+https://github.com/rmeganno/labeler-client.git
  • To update the package: add --upgrade flag (labeler widget labeler-ui is included in the installation).
  • To install a specific version: add @vx.x.x tag after the github URL
# To use library modules
from labeler_client import ...

We provide example notebooks demonstrating the basic and advanced functionalities under directory Examples