Skip to main content

Document classifier

Project description

Description

Mayan EDMS machine learning document classifier.

License

This project is open sourced under the Apache 2.0 License.

Installation

  1. Install from PyPI in the same virtualenv where you installed Mayan EDMS. Or if using the Docker image, pass mayan-document-classifier to the MAYAN_PIP_INSTALLS environment variable.

    pip install mayan-document-classifier
  2. Add document_classifier to the COMMON_EXTRA_APPS setting, either as an environment variable, from a Python settings modules, or from the UI via the config.yaml configuration file.

    Python settings module example:

    INSTALLED_APPS += (
        'document_classifer',
    )
  3. Run the migrations for the app (not required for the Docker image):

    mayan-edms.py migrate

Requirements

  • Mayan EDMS version 3.4

1.0.2 (2021-03-04)

  • Fix Google AI library dependency definition.

1.0.1 (2021-03-04)

  • Add missing Google AI library dependency.

1.0.0 (2021-01-06)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mayan-document-classifier-1.0.2.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

mayan_document_classifier-1.0.2-py2.py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page