Amir Hossein Advari commited on
Commit
e811a7a
1 Parent(s): 5716084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -2,4 +2,25 @@
2
  license: openrail
3
  tags:
4
  - code
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: openrail
3
  tags:
4
  - code
5
+ ---
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+ This is a model for recommending movies to users based on imdb dataset [Model-Codes](https://github.com/AAdvari/movie-recommender).
11
+
12
+ # Model Details
13
+ This Model uses content-based, collaborative based and ensemble approaches to recommend movies
14
+ ## Model Description
15
+
16
+ this model is developed as a multi-approach knn recommending system using sklearn & pytorch.
17
+ <!-- Provide a longer summary of what this model is. -->
18
+
19
+ - **Developed by:** [AmirHossein Advari, Parsa MohammadPour]
20
+ - **Model type:** [KNN]
21
+
22
+ ## Model Sources [optional]
23
+
24
+ <!-- Provide the basic links for the model. -->
25
+
26
+ - **Repository:** [https://github.com/AAdvari/movie-recommender]