This system presents a study on clustering movies based on their features using the KMeans algorithm and various clustering evaluation metrics. The results show that the approach is effective in grouping movies into distinct clusters, which can aid in recommendation systems and movie classification.
-- Used Datasets --
- imdb - imdb - - https://datasets.imdbws.com/
- kaggle - rounak banik - the movies dataset - https://www.kaggle.com/datasets/rounakbanik/the-movies-dataset?select=keywords.csv
-- Thanks To --
- AI Projects, https://github.com/marcosan93.