Installation
π§ Installation
Section titled βπ§ InstallationβTo get started, clone the repository and install the required dependencies:
git clone https://github.com/your-username/MTSA.gitcd MTSApip install -r requirements.txt
π Usage
Section titled βπ Usageβ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:
pip install --upgrade google-colab