/keydetector

ML Module to detect sensitive keys

Primary LanguagePythonApache License 2.0Apache-2.0

Ak-KeyDetector

This package contains setup files to install api_key_detector to be used as a pip package.

Installation

pip install ak-keydetector

Usage

Example imports post installation:

from api_key_detector import string_classifier
from api_key_detector.classifier_singleton import classifier

Detailed Usage

Please refer to the README of the module for detailed usage.