Metadata-Version: 2.1
Name: algoauditor
Version: 0.0.2
Summary: Lethical AI Python Library with cloud support
Home-page: https://lethical.ai
License: Proprietary
Keywords: AI/ML,discrimination,bias,detection,debiasing
Author: Amanl04
Author-email: amanlodha423@outlook.com
Maintainer: Aman Lodha
Maintainer-email: aman@lethical.ai
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy (>=1.19.4,<2.0.0)
Requires-Dist: requests (>=2.25.0,<3.0.0)
Description-Content-Type: text/markdown

# Lethai Library
The library, named "lethai", provides a standard library to interact with the services provided by Lethical.ai.


## Getting Started

### Generate API Key
Steps to follow

  - Create an account on Lethical.ai
  - Click on API Keys on the side panel
  - Click "add key" button
    - Provide tags to the key if needed (They will help you identify and filter the keys for your reference)
    - Choose the access level for the key
    - Click on generate
  - A key will be displayed on the screen please copy it and store it safely for future usage.

*NOTE: The key will only be shown once. This is for security purposes*

### Installation
> pip3 install lethai

### Usage
The various features provided by our library include the following:

- Discrimination detection
  -[NLG models](./docs/discrimination.md)

