Skip to content

Example for Symbolic Aggregate approXimation (SAX) algorithm which transforms time series into strings.

Notifications You must be signed in to change notification settings

kjul/sax-streamlit-showcase

Repository files navigation

sax-streamlit-showcase

Example for Symbolic Aggregate approXimation (SAX) algorithm which transforms time series into strings.

Install dependencies and run with:

$ pip install -r requirements.txt
$ streamlit run app.py

Or access a deployed version here: https://sax-showcase.herokuapp.com/ (since heroku deployment was no longer possible with the free account, I had to delete the heroku app)

screenshot

Further Information:

http://www.cs.ucr.edu/~eamonn/SAX.htm

https://jmotif.github.io/sax-vsm_site/morea/algorithm/SAX.html

A SAX Python Implementation:

by Pavel Senin: https://github.com/seninp/saxpy

About

Example for Symbolic Aggregate approXimation (SAX) algorithm which transforms time series into strings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published