index
:
AnnotateChange
master
A simple flask application to collect annotations for the Turing Change Point Dataset, a benchmark dataset for change point detection algorithms
deploy
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
annotate_change_v2.py
blob: 65959cbaaf9df6802de841ff4d6974fa8fa2f463 (
plain
)
1
2
3
4
5
# -*- coding: utf-8 -*-
from
app
import
create_app
,
db
app
=
create_app
()