aidkit is the quality gate between machine learning models and the deployment of those models.
Installation
- Activate your virtual environment with python 3.6, e.g.
source venv/bin/activate pip install aidkit
Example Usage
Authenticate
The only requirement for using aidkit is having a license for it.
To authenticate, you need to run the following once:
python -m aidkitcli.authenticate --url <subdomain>.aidkitcli.ai --token <your auth token>
Model
You can upload a model to aidkit, or list the names of all models uploaded.
For uploading, you need a keras .h5 file, that contains a LSTM architecture. Do the following to upload it:
python -m aidkitcli.model --file <path to your h5 file>
To list all uploaded models type:
python -m aidkitcli.model
Data
You can upload a data set to aidkit, or list the names of all datasets uploaded.
For uploading, you need a zip file. We expect a zip, containing a folder, that is named like the dataset should be called. This subfolder contains INPUT and OUTPUT folders that each contain csv files. Do the following to upload it:
python -m aidkitcli.data --file <path to your zip file>
To list all uploaded datasets type:
python -m aidkitcli.data
Analysis
You can start a new quality analysis. For doing so, you need a toml file. This file will follow a specified toml standard. Do the following to upload it:
python -m aidkitcli.analysis --file <path to your toml file>
To list all uploaded datasets type:
python -m aidkitcli.analysis
Visualization
After running an analysis you can observe the results in our web-GUI. to get the link type:
python -m aidkitcli.url
Just follow the link and authorize yourself with your credentials.
Release files for aidkitcli 0.2.31
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aidkitcli-0.2.31.tar.gz | 28.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aidkitcli-0.2.31-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 93.4 kB
Release files / aidkitcli-0.2.31.tar.gz
| Download URL | aidkitcli-0.2.31.tar.gz |
|---|---|
| Size | 28.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a4e9367b82adee67c578b32be9df1f33e8f7fbe6405ee3bf4492da8c5cd5a657
|
|
BLAKE2b-256 checksum How to use checksums |
b98b1c8ec3c40f1c858224e63288f6fde186f2199e96ffe130332be0c7d696e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
|
Release files / aidkitcli-0.2.31-py3-none-any.whl
| Download URL | aidkitcli-0.2.31-py3-none-any.whl |
|---|---|
| Size | 64.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3e70ceca0d6bec920992125895827c7d16daab908c84ca3bb98f41b13131105c
|
|
BLAKE2b-256 checksum How to use checksums |
cbe8e4bf789e08078dd5829abd6cc31c301e7c4260e0cc541093695baf26444b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
|