Spaces:
Sleeping
Sleeping
File size: 352 Bytes
0a2f730 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"name": "flick_picker",
"version": "1.0.0",
"description": "A Flask-based movie recommendation system that uses **TF-IDF and cosine similarity** to suggest movies based on a given title.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
|