The recommendations part of the Software Engineering Project, Bioskop.
Bioskop is a Movie Recommendation Engine based on Collaborative Filtering. On the basis of ratings received from other users and the movies rated by the given user, the user is shown movie recommendation. The recommendation generation script can be run multiple times a day depending on resource and data availability and generate the recommendations for the user. Currently we have implemented it using a relational database MySQL.
- Clone the repository
- cd into
config/
and run the commandcp config.cfg.sample config.cfg
- Fill the
config.cfg
as per your mysql configuration. - cd into
schema/
and import the database schema named bioskop.sql intophpMyAdmin
cd
intoscripts/
and runpython once.py
That's it!
Copyrights- Punit Suraj Saleel Shiva