An open API service indexing awesome lists of open source software.

https://github.com/josephmars/change_point_detection

App to run statistical test on Change Point Detection
https://github.com/josephmars/change_point_detection

statistics

Last synced: 5 months ago
JSON representation

App to run statistical test on Change Point Detection

Awesome Lists containing this project

README

          

# Change Point Detection app
This app is built on Flask.

To set up flask and virtual enviroment on Windows:
- https://flask.palletsprojects.com/en/2.3.x/installation/
- https://www.youtube.com/watch?v=F7AK-WzpYdY&ab_channel=Pythonist

To run it:
https://flask.palletsprojects.com/en/2.3.x/quickstart/