maiot Core Engine
Automate ML with repeatable pipelines
Hello there! This is the repository for the maiot Core Engine. If you would like to see the published pip package can be found here.
The Core Engine is a platform that lets you create machine learning pipelines for production use-cases. Our website gives an overview of the features of the Core Engine and if you find it interesting, you can sign up for an early access here. You can also learn more about how to use the Core Engine here.
How to install from pip
You can easily install cengine
using pip:
pip install cengine
How to install from source
On the other hand, if you like to install from the source directly, you can follow:
make venv
source venv/bin/activate
make install
make build
Known errors in installation
If you run into a psutil
error, please install the python-dev libraries:
sudo apt update
sudo apt install python3.x-dev
Enabling auto completion on the CLI
For Bash, add this to ~/.bashrc:
eval "$(_CENGINE_COMPLETE=source_bash cengine)"
For Zsh, add this to ~/.zshrc:
eval "$(_CENGINE_COMPLETE=source_zsh cengine)"
For Fish, add this to ~/.config/fish/completions/foo-bar.fish:
eval (env _CENGINE_COMPLETE=source_fish cengine)
Authors
- maiot GmbH - maiot.io - maiot Docs