Skip to content

GtnLrs/demos

This branch is 1 commit behind twiinIT/demos:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de95be5 · Mar 25, 2025

History

24 Commits
Mar 25, 2025
Mar 25, 2025
Jan 22, 2022
Mar 19, 2025
Jan 22, 2022
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Mar 25, 2025
Mar 25, 2025
Mar 19, 2025
Mar 25, 2025
Mar 19, 2025
Mar 19, 2025

Repository files navigation

twiinIT CPU demos

This is a repository for twiinIT's CPU demo.

Create project environment

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 .

How to use it

All CPU demos are presented in notebooks and can be sequentially runned from the descriptive notebook.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 73.0%
  • Python 27.0%