Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vageesh1
/
Movie-Recommendation-System
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Movie-Recommendation-System
/
load.py
Vageesh1
Update load.py
8da2bee
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
117 Bytes
import
joblib
knn_reccomendation=joblib.load(
'.\knnmodel.pkl'
)
knn_reccomendation.recommendations(
'Iron Man'
,
3
)