Skip to content

Sameerchakare56/movie_recommendation_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Screenshot 2025-07-29 205442# 🎬 Movie Recommendation Website

A Django-based web application that uses Machine Learning and Deep Learning (TensorFlow) to recommend movies.
It offers personalized suggestions, displays trending content, and highlights the most liked movies β€” all in a user-friendly interface.


πŸš€ Features

  • βœ… User Signup, Login & Logout
  • 🎯 Personalized movie recommendations
  • πŸ“ˆ Trending movies based on popularity & views
  • ❀️ Most liked movies (community favorites)
  • ⭐ Rate and review system
  • 🧠 TensorFlow & Scikit-learn-powered ML backend
  • πŸ›  Admin panel to manage content

🧠 How Recommendations Work

The backend uses a hybrid recommendation system:

  • Collaborative Filtering (via scikit-learn)
  • Neural Network-based prediction (via TensorFlow)
  • Trending movies are computed using:
    • Number of ratings
    • Average rating
    • View count
  • Most liked movies are sorted by user "likes"

The model learns from user interactions and predicts which movies are most relevant for each individual.


πŸ“Έ Screenshots

Screenshot 2025-07-29 205615

πŸ›  Tech Stack

Technology Description
Python Core programming language
Django Web framework
HTML/CSS Frontend templating
SQLite/MySQL Database
Scikit-learn ML for collaborative filtering
TensorFlow Deep learning model for predictions
Screenshot 2025-07-29 205704

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published