Recommends list of movies for user.
###Features User can interact with the program via Web interface, where user can rate 20 movie. User are allowed to rate from range 0 to 5 or can leave the field blank Based on this input ratings, program will calculate the recommendation for user. Recommendation is done with single stage: Clustering. Collaborative Filtering from v1.2 has been removed temporarily, instead the recommendation is done by 5 user similar with that user in same cluster.
###PANDAS INSTALLATION
- sudo gedit /etc/apt/sources.list
- deb http://us.archive.ubuntu.com/ubuntu raring main universe
- sudo apt-get update
- sudo apt-get install python3-pandas
###MongoDB
- sudo apt-get update
- sudo apt-get install mongodb
- pip3 install pymongo3