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
- Host: GitHub
- URL: https://github.com/josephmars/change_point_detection
- Owner: josephmars
- Created: 2023-08-07T21:49:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T22:15:00.000Z (almost 3 years ago)
- Last Synced: 2025-05-13T15:17:54.198Z (about 1 year ago)
- Topics: statistics
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/