CrossAI Time Series (CrossAI-TS) is a Python library that provides a set of tools for uni- or multi-axes time series analysis and pattern recognition with respect to time-series data. The library is built on top of the librosa, pandas, numpy, sci-kit learn, and TensorFlow libraries. It is designed to be easy to use and to provide a high level of flexibility for users.
If you install the library for first time, run:
pip install crossai-ts@git+https://github.com/AIoT-Group-UoP/crossai-ts.git
In case you want to update the library, run:
pip uninstall crossai-ts
pip install crossai-ts@git+https://github.com/AIoT-Group-UoP/crossai-ts.git