diff --git a/config.json b/config.json index 1100ec9..f31339c 100644 --- a/config.json +++ b/config.json @@ -1 +1 @@ -{"username": "admin", "password": "$2b$12$iHuWFWeYpb4FBA0W9htyO.qLxZzaBydN.7vrXtGJypFzEi49GJFZi", "security_question": "Nama hewan peliharaan pertama Anda?", "security_answer": "nalakucinglucu"} \ No newline at end of file +{"username": "admin", "password": "$2b$12$u7yQNfe6p93rcm/0iPMUtejIbJPHJOgpuxX/1HWt5KkJCc8W5HYUa", "security_question": "Nama hewan peliharaan pertama Anda?", "security_answer": "nalakucinglucu"} \ No newline at end of file diff --git a/data/files.db b/data/files.db index c86b44d..2482842 100644 Binary files a/data/files.db and b/data/files.db differ diff --git a/models/kmeans_model.pkl b/models/kmeans_model.pkl index 1219759..9f23191 100644 Binary files a/models/kmeans_model.pkl and b/models/kmeans_model.pkl differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..98fbfa6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +streamlit +pandas +sqlalchemy +scikit-learn +bcrypt +plotly +matplotlib +seaborn