Skip to content

The Movie Recommendation System is a Python-based machine learning model that uses cosine similarity to suggest movies based on user preferences.

Notifications You must be signed in to change notification settings

prajjaldhar/-Movie_Recommendation_System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Movie Recommendation System using Python and Cosine Similarity Algorithm

This is a machine learning model that suggests movies to users based on their movie preferences. It is built using Python programming language and implements the cosine similarity algorithm.

Getting Started

To use the Movie Recommendation System, simply provide your movie preferences and the system will recommend movies that are similar to your preferences. The system is accurate and scalable, making it an effective solution for personalized movie recommendations.

Requirements

The following libraries are required to run the Movie Recommendation System:

  • pandas
  • numpy
  • sklearn
  • cosine similarity

Installation

To install the required libraries, run the following command:

pip install pandas numpy sklearn

Usage

To use the Movie Recommendation System, run the following command:

python movie_recommendation_system.py

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE.md file for details.

Acknowledgments

  • This project was inspired by the need for personalized movie recommendations.
  • Thanks to the creators of Python, pandas, numpy, and sklearn for making this project possible.

About

The Movie Recommendation System is a Python-based machine learning model that uses cosine similarity to suggest movies based on user preferences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published