Home
Softono

Auto Labeling Pipeline

Open source MIT Python
45
Stars
18
Forks
6
Issues
2
Watchers
3 years
Last Commit

 About Auto Labeling Pipeline

doccano auto labeling pipeline helps doccano to annotate a document automatically.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Auto Labeling Pipeline?

We provide expert installation service for this software. Our team will install, configure, and secure Auto Labeling Pipeline on your server. plans start at just $30.

Auto Labeling Pipeline

View on GitHub

Auto labeling pipeline

Auto labeling pipeline helps doccano to annotate a document automatically. This package is intended to be used from the inside of doccano. You shouldn't use this package directly.

Installation

To install auto-labeling-pipeline, simply run:

pip install auto-labeling-pipeline

How to contribute

You can contribute this project by adding new templates as follows:

  1. Add a new request model class to models.py.
  2. Add a new template(Jinja2 format) to templates/ directory.
  3. Add a new template class to mappings.py.
  4. Add a new option to menu.py.
  5. Testing.

License

MIT