akshatsanghvi's picture
Update README.md
4649aee

A newer version of the Streamlit SDK is available: 1.44.0

Upgrade
metadata
title: Movie Recommender System
emoji: ๐ŸŽฅ
colorFrom: purple
colorTo: blue
sdk: streamlit
sdk_version: 1.17.0
app_file: app.py
license: apache-2.0

Movie Recommender System

A movie recommendation system, or a movie recommender system, is an ML-based approach to filter or predict the usersโ€™ film preferences using techinques like :

  • popularity-based
  • content-based
  • collabrative filtering

In this, project I have used content-based filtering to fiter movies with similar tags (concatenated strings of story, gernre, and title column)

Links :

After you click on the HF link you'll see two buttons,

"Recommend" Button : Recommends 5 similar movies from the same country as of movie.

"๐ŸŒ" Button : Recommends 10 similar movies from the world.

Step 1:

ss1

Step 2:

ss2

Step 3:

ss3