JaganRaja / datascience_Movie_recommendation_machine_learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Movie Recommender System Using Machine Learning!

workflow

Recommendation systems are becoming increasingly important in today’s extremely busy world. People are always short on time with the myriad tasks they need to accomplish in the limited 24 hours. Therefore, the recommendation systems are important as they help them make the right choices, without having to expend their cognitive resources.

The purpose of a recommendation system basically is to search for content that would be interesting to an individual. Moreover, it involves a number of factors to create personalised lists of useful and interesting content specific to each user/individual. Recommendation systems are Artificial Intelligence based algorithms that skim through all possible options and create a customized list of items that are interesting and relevant to an individual. These results are based on their profile, search/browsing history, what other people with similar traits/demographics are watching, and how likely are you to watch those movies. This is achieved through predictive modeling and heuristics with the data available.

About this project:

This is a streamlit web application that can recommend various kinds of similar movies based on an user interest. here is a demo,

Demo:

workflow

workflow

workflow

Dataset has been used:

How to run?

STEPS:

Clone the repository

https://github.com/entbappy/Movie-Recommender-System-Using-Machine-Learning.git

STEP 01- Create a conda environment after opening the repository

conda create -n movie python=3.7.10 -y
conda activate movie

STEP 02- install the requirements

pip install -r requirements.txt
#run this file to generate the models

Movie Recommender System Data Analysis.ipynb

Now run,

streamlit run app.py

About

License:MIT License


Languages

Language:Jupyter Notebook 97.9%Language:Python 2.0%Language:Shell 0.1%Language:Procfile 0.0%