auto-labeling-pipeline


Nameauto-labeling-pipeline JSON
Version 0.1.23 PyPI version JSON
download
home_pagehttps://github.com/doccano/auto-labeling-pipeline
SummaryAuto labeling pipeline for doccano
upload_time2023-07-20 10:07:36
maintainer
docs_urlNone
authorHironsan
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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:

```bash
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](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/models.py).
2. Add a new template(Jinja2 format) to [templates/](https://github.com/doccano/auto-labeling-pipeline/tree/master/auto_labeling_pipeline/templates) directory.
3. Add a new template class to [mappings.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/mappings.py).
4. Add a new option to [menu.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/menu.py).
5. Testing.

## License

[MIT](https://github.com/doccano/auto-labeling-pipeline/blob/master/LICENSE)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/doccano/auto-labeling-pipeline",
    "name": "auto-labeling-pipeline",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Hironsan",
    "author_email": "hiroki.nakayama.py@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/69/97/98b21bace14558275822ba09564dd6cc119684d036be49baf892e4e51d5e/auto-labeling-pipeline-0.1.23.tar.gz",
    "platform": null,
    "description": "\n# Auto labeling pipeline\n\nAuto 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.\n\n## Installation\n\nTo install auto-labeling-pipeline, simply run:\n\n```bash\npip install auto-labeling-pipeline\n```\n\n## How to contribute\n\nYou can contribute this project by adding new templates as follows:\n\n1. Add a new request model class to [models.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/models.py).\n2. Add a new template(Jinja2 format) to [templates/](https://github.com/doccano/auto-labeling-pipeline/tree/master/auto_labeling_pipeline/templates) directory.\n3. Add a new template class to [mappings.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/mappings.py).\n4. Add a new option to [menu.py](https://github.com/doccano/auto-labeling-pipeline/blob/master/auto_labeling_pipeline/menu.py).\n5. Testing.\n\n## License\n\n[MIT](https://github.com/doccano/auto-labeling-pipeline/blob/master/LICENSE)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Auto labeling pipeline for doccano",
    "version": "0.1.23",
    "project_urls": {
        "Homepage": "https://github.com/doccano/auto-labeling-pipeline"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85d51b49dbfd50903140f92838fed86fd16a18cd5591b2c8f698b05dbdb0a3a4",
                "md5": "fcd21d25806e0d5e7b94bdab953f8197",
                "sha256": "5760be304c87440f62ef73e3420a8b3ac4cae6e07a63230115c7b90408ec3104"
            },
            "downloads": -1,
            "filename": "auto_labeling_pipeline-0.1.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fcd21d25806e0d5e7b94bdab953f8197",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 12731,
            "upload_time": "2023-07-20T10:07:35",
            "upload_time_iso_8601": "2023-07-20T10:07:35.150672Z",
            "url": "https://files.pythonhosted.org/packages/85/d5/1b49dbfd50903140f92838fed86fd16a18cd5591b2c8f698b05dbdb0a3a4/auto_labeling_pipeline-0.1.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "699798b21bace14558275822ba09564dd6cc119684d036be49baf892e4e51d5e",
                "md5": "e8f5d116e9ab6e6ad4af3ae0f225a9ba",
                "sha256": "8a0f15e275bda0c1f5cadd24bb58ba447f5593b38eb4eee6d18d420eca2c944c"
            },
            "downloads": -1,
            "filename": "auto-labeling-pipeline-0.1.23.tar.gz",
            "has_sig": false,
            "md5_digest": "e8f5d116e9ab6e6ad4af3ae0f225a9ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 424054,
            "upload_time": "2023-07-20T10:07:36",
            "upload_time_iso_8601": "2023-07-20T10:07:36.731402Z",
            "url": "https://files.pythonhosted.org/packages/69/97/98b21bace14558275822ba09564dd6cc119684d036be49baf892e4e51d5e/auto-labeling-pipeline-0.1.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-20 10:07:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "doccano",
    "github_project": "auto-labeling-pipeline",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "auto-labeling-pipeline"
}
        
Elapsed time: 0.14532s