Getting started

Installation

To install simca, follow the steps below:

  1. Clone the repository from GitLab:

git clone git@gitlab.laas.fr:arouxel/simca.git
cd simca
  1. Create a dedicated Python environment using Miniconda. If you don’t have Miniconda installed, you can find the instructions here.

# Create a new Python environment
conda create -n simca-env python=3.9

# Activate the environment
conda activate simca-env
  1. Install the necessary Python packages that simca relies on. These are listed in the requirements.txt file in the repository.

# Install necessary Python packages with pip
pip install -r requirements.txt

Usage

Download datasets

  1. Download the standard datasets from this link, then unzip and paste the datasets folder in the root directory of SIMCA.

Quick Start with GUI (option 1)

  1. Start the application:

# run the app
python main.py

Quick Start with API (option 2)

  1. Run the example script :

# run the script
python simple_script.py