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.
You can easily install cengine using pip:
pip install cengineOn the other hand, if you like to install from the source directly, you can follow:
make venv
source venv/bin/activate
make install
make buildIf you run into a psutil error, please install the python-dev libraries:
sudo apt update
sudo apt install python3.x-devFor 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)- maiot GmbH - maiot.io - maiot Docs
