Skip to content

Installation

To get started, clone the repository and install the required dependencies:

Terminal window
git clone https://github.com/your-username/MTSA.git
cd MTSA
pip install -r requirements.txt

MTSA allows you to run anomaly detection models on acoustic data collected from complex systems like industrial machines.

A complete example is available in the following Jupyter notebook:
πŸ‘‰ examples/MTSA.ipynb

Note: If you encounter issues while running on Google Colab, try upgrading the Colab package:

Terminal window
pip install --upgrade google-colab