# PSEUDO: Pattern Search, Exploration & Understanding for sequential Data Observer
## Introduction
This application provides a way to explore and find interesting patterns in large multivariate time series data.
**PSEUDO**is an application that provides a way to search, explore and find interesting patterns in large multivariate time series data whilst giving a clear understanding of what's going on behind the scenes on the machine learning side. This is done by combining the vast knowledge of domain-experts with the immense processing power of computers, creating the interactive machine learning tool called **PSEUDO**.
The application consists of:
The application consists of two parts:
1. A client side, which is an Angular application
2. A server side, which is a Flask REST API written in Python