Installation#

To install STEM-EDX ML, first ensure you have Python 3.8 (or higher) installed.

In addition, the following dependencies are required, only available in a conda environment:

conda install -c conda-forge hyperspy
conda install exspy

The whole code can be installed by running the following command:

pip install pip install EDX-AI

To install the code from source, clone the repository and run the following command:

pip install .

To run the application, use the following command:

EDX_AI

For more information, see the Usage section.