Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appknox/keydetector

ML Module to detect sensitive keys
https://github.com/appknox/keydetector

Last synced: 1 day ago
JSON representation

ML Module to detect sensitive keys

Awesome Lists containing this project

README

        

# Ak-KeyDetector

This package contains setup files to install [api_key_detector](https://github.com/appknox/api_key_detector) to be used as a pip package.

## Installation

```bash
pip install ak-keydetector
```

## Usage

Example imports post installation:

```python
from api_key_detector import string_classifier
from api_key_detector.classifier_singleton import classifier
```

### Detailed Usage

Please refer to the [README](https://github.com/appknox/api_key_detector/blob/appknox/README.md) of the module for detailed usage.