Zeqh Claude Sonnet 4.5 commited on
Commit
3cf48b4
·
1 Parent(s): 33f1ffa

Add scikit-learn dependency for scaler loading

Browse files

The scaler.bin file was saved using sklearn StandardScaler,
so scikit-learn is required to unpickle it with joblib.

Fixes: ModuleNotFoundError: No module named 'sklearn'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -9,6 +9,7 @@ torch==2.1.0
9
  torchvision==0.16.0
10
  numpy==1.26.4
11
  joblib==1.3.2
 
12
 
13
  # Computer Vision & MediaPipe
14
  opencv-python-headless==4.10.0.84
 
9
  torchvision==0.16.0
10
  numpy==1.26.4
11
  joblib==1.3.2
12
+ scikit-learn==1.3.2
13
 
14
  # Computer Vision & MediaPipe
15
  opencv-python-headless==4.10.0.84