Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vig
Sublinear Algorithms for VA
pseudo
Commits
6f6c3f19
Commit
6f6c3f19
authored
Aug 28, 2020
by
Kruyff,D.L.W. (Dylan)
Browse files
Add README.md
parent
d156b8db
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
6f6c3f19
## Introduction
This application provides a way to explore and find interesting patterns in large multivariate time series data.
The application consists of:
1.
A client side, which is an Angular application
2.
A server side, which is a Flask REST API written in Python
## Setup
To run the application, make sure you've installed the following:
1.
Python >=3.5: https://www.python.org/downloads/
2.
Flask: https://flask.palletsprojects.com/en/1.1.x/installation/
3.
Angular: https://angular.io/guide/setup-local
Once these are installed on your computer, simply run
*run-angular.bat*
to set up the client side GUI
and
*run-flask.bat*
to set up the server side API
The client-side bat-file should automatically open your browser and connect to http://localhost:4200/
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment