First official release of Xircuits
The first release of Xircuits. A Jupyterlab plugin that enables you to create and execute no-code workflows.
Xircuits brings an Unreal Engine Blueprints-inspired workflow to your machine learning projects without having to compromise on flexibility as components are simple python classes.
With this initial release of Xircuits you can:
- Create new Xircuit files.
- Edit Xircuit files using drag and drop.
- Compile and run Xircuit files as python programs.
- Create and edit new components.
- Debug Xircuit components interactively.
- Run as Stand alone or as Spark jobs.
- Use pre-bundled component libraries which support:
- Machine Learning operations with Scikit Learn.
- Pytorch for deep learning.
- Model Stash for model management.