Metadata-Version: 2.1
Name: headjackai-sdk
Version: 0.1.31
Summary: The SDK of Headjack-AI
Home-page: UNKNOWN
Author: chunting liu
Author-email: jim_liu@symphox.net
License: MIT Licence
Keywords: Headjack ai SDK
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6

# Headjack AI SDK

![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)

Headjack AI is a advanced machine learning tool for the modularity of features engineering, which provides an effective and flexible knowledge transfer framework that sublimates source data sets to pretrained feature engineering function for any predictive machine learning task.

With Headjack-AI SDK, you can easily implement Headjack-AI server into your application with Python. This SDK library contains knowledge fit, transform, and running your custom inference models and custom tasks with Headjack-AI.

To know more about Headjack AI, please contact us to try it out!(jim_liu@symphox.net)

## System Requirement
* python3.7


## Install
Install and update using pip:
```bash
pip install headjackai_sdk
```

## Links
For more details on design, guidance on setting up a development environment, and SDK usage.

* Headjack AI Platform: <http://www.headjackai.com/>
* Headjack AI SDK Code: <https://github.com/jimliu741523/headjackai_sdk>


## History
0.1.31, readme fix

0.1.3, add data prepcocessing, svd

0.1.22, FastAPI dev

0.1.21, readme fix



