Subscribe Us

Header Ads

Movie Recommendation System using Django

 Movie Recommendation System using Django


In simple term to say,movie recommendation system is system that recommend movie to user based on history performance.There are two type of movie recommendation system that you may found when  you come to this topic.they are Collaborative (content based system) and Rating based system. Here,my main focus is to create movie recommendation system which recommend movie based on rating provide by user. Here are some step that you need to follow :-


Step1:Create Movie Recommendation Engine.This is the heart part of our project.






Step2:Now create  django project with command django-admin startproject mr and inside mr create app named blog.

Step 3:Now,settings.py of mr project  .Include your app inside installed app list.

Step4:Here In views.py of blog app




Step5:Now,In urls.py of mr folder or we can django project.



Step6:finally,create template folder inside app named blog and create base.html like this:

        -templates/blog/base.html



Similarly,Create detail.html inside blog directory like this blog/template/blog/home.html



Similarly create home.html inside blog directory like this blog/template/blog/home.html


Similarly create recommendation.html like this blog/templates/blog/recommendation.html




















Post a Comment

1 Comments