This is a repository for twiinIT's CPU demo.
It is necessary to create a software environment containing the required dependencies to operate the project.
Please ensure that you have already micromamba installed prior to do this step.
The environment is created by running at the project root:
micromamba create -f environment.yml
micromamba activate cpu-demos
pip install .
To use the project for development, install the project in the editable mode:
pip install -e .
All CPU demos are presented in notebooks and can be sequentially runned from the descriptive notebook.