This is a Python project which recommends a list of movies based on the interest of the user.
- difflib,sklearn libraries
- Install the difflib and sklearn libraries if it is not already installed by using
pip install difflib
pip install sklearn
-
Open a terminal or command prompt and navigate to the directory where the file is saved.
-
Enter : "code ." to open the folder in vscode.
-
Download the movies.csv file.
-
Run the .ipynb file.