Add trained model artifacts

This commit is contained in:
livindra 2026-05-31 15:44:18 +07:00
parent d21606c7c2
commit b5d3683115
5 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
__pycache__
.vscode
models/*
!models/knn_model.pkl
!models/scaler.pkl
!models/label_encoder.pkl
!models/pca.pkl
results/*
dataset/*
uploads/*

BIN
models/knn_model.pkl Normal file

Binary file not shown.

BIN
models/label_encoder.pkl Normal file

Binary file not shown.

BIN
models/pca.pkl Normal file

Binary file not shown.

BIN
models/scaler.pkl Normal file

Binary file not shown.