finalcapstone / package.json
Eric Hierholzer
1st commit
0a2f730
raw
history blame contribute delete
352 Bytes
{
"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"
}