Skip to content

Commit

Permalink
update readme, add dataset folder to the project and add it to the .g…
Browse files Browse the repository at this point in the history
…itignore files
  • Loading branch information
mamadmr committed May 21, 2024
1 parent da4ab87 commit 9743a0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DataSet
.DS_Store
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Movie Recommendation System using Collaborative Filtering and Content-Based Filtering

### Overview
This project aims to develop a comprehensive movie recommendation system using the MovieLens dataset. The system is designed to provide movie recommendations that users will enjoy, keeping them engaged with the platform. The project involves two main tasks:
This project aims to develop a movie recommendation system using the [MovieLens](https://grouplens.org/datasets/movielens/100k/) dataset. The system is designed to provide movie recommendations that users will enjoy, keeping them engaged with the platform. The project involves two main tasks:

### Collaborative Filtering (Item-Based with Cosine Similarity):
Recommend movies based on users’ rating history without using any pre-built libraries.
Expand All @@ -11,5 +11,9 @@ Dataset

### The MovieLens dataset includes:

100,000 movie ratings provided by 943 users for 1682 movies.
Demographic information about users, such as age, gender, and occupation.
This data set consists of:
* 100,000 ratings (1-5) from 943 users on 1682 movies.
* Each user has rated at least 20 movies.
* Simple demographic info for the users (age, gender, occupation, zip)


0 comments on commit 9743a0f

Please sign in to comment.