{"id":22894794,"url":"https://github.com/mathusanm6/movie-recommendation-system","last_synced_at":"2026-04-15T23:31:03.218Z","repository":{"id":223875226,"uuid":"761776414","full_name":"mathusanm6/Movie-Recommendation-System","owner":"mathusanm6","description":"A machine learning project designed to provide personalised movie suggestions to users. It utilises a collaborative filtering approach, leveraging the K-Nearest Neighbors (KNN) algorithm to analyze and predict user preferences based on a dataset of user ratings and movie metadata.","archived":false,"fork":false,"pushed_at":"2024-02-22T20:19:28.000Z","size":3736,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T23:05:33.167Z","etag":null,"topics":["ai","data-science","knn","machine-learning","python","python3","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mathusanm6.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-22T13:24:31.000Z","updated_at":"2024-04-15T17:54:38.000Z","dependencies_parsed_at":"2024-02-22T21:09:16.815Z","dependency_job_id":null,"html_url":"https://github.com/mathusanm6/Movie-Recommendation-System","commit_stats":null,"previous_names":["mathusanme/movie-recommender","mathusanme/movie-recommendation-system","mathusanm6/movie-recommendation-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathusanm6/Movie-Recommendation-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathusanm6%2FMovie-Recommendation-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathusanm6%2FMovie-Recommendation-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathusanm6%2FMovie-Recommendation-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathusanm6%2FMovie-Recommendation-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathusanm6","download_url":"https://codeload.github.com/mathusanm6/Movie-Recommendation-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathusanm6%2FMovie-Recommendation-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31864898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","data-science","knn","machine-learning","python","python3","pytorch"],"created_at":"2024-12-13T23:19:50.055Z","updated_at":"2026-04-15T23:31:03.197Z","avatar_url":"https://github.com/mathusanm6.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Movie-Recommendation-System\n## Description\nThe Movie-Recommendation-System is a machine learning project designed to provide personalised movie suggestions to users. It utilises a collaborative filtering approach, leveraging the K-Nearest Neighbors (KNN) algorithm to analyze and predict user preferences based on a dataset of user ratings and movie metadata.\n\nThe dataset used for this project is from the GitHub Repository [ml-latest-small](https://github.com/smanihwr/ml-latest-small) by smanihwr.\n\nThe project is implemented in Python using the following libraries:\n- Pandas\n- Numpy\n- Scikit-learn\n- Fuzzywuzzy\n\n## Context\n\nThis project serves as an extension to a presentation I delivered on \"Recommender Algorithms, Netflix,\" which was part of a university course focused on pre-professional training. The attached [PDF file](recommendation-algorithms-netflix.pdf) contains the slides from that presentation, which are in French.\n\n## Screenshots\n```python\nprint(movie_recommender_engine(\"Jurassic Park\", user_item_matrix, cf_model, n_recs))\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/jurassic-park.png\" alt=\"Similar to Jurassic Park\"\u003e\n  \u003cbr\u003e\n  \u003csub\u003eSimilar to Jurassic Park\u003c/sub\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n```python\nprint(movie_recommender_engine(\"Terminator\", user_item_matrix, cf_model, n_recs))\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/terminator.png\" alt=\"Similar to Terminator\"\u003e\n  \u003cbr\u003e\n  \u003csub\u003eSimilar to Terminator\u003c/sub\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n```python\nprint(movie_recommender_engine(\"Forest Gump\", user_item_matrix, cf_model, n_recs))\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/forest-gump.png\" alt=\"Similar to Forest Gump\"\u003e\n  \u003cbr\u003e\n  \u003csub\u003eSimilar to Forest Gump\u003c/sub\u003e\n\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathusanm6%2Fmovie-recommendation-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathusanm6%2Fmovie-recommendation-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathusanm6%2Fmovie-recommendation-system/lists"}