ak-keydetector

ML Based API Key Detector


License
Apache-2.0
Install
pip install ak-keydetector==0.0.2

Documentation

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.