Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
This repository contains the model that will be used to perform text recommendation. The model is trained on the TMDB 5000 Movie Dataset on the Overview Feature of the dataset. The input for the model is the movie title and the model returns recommendations by comparing the overviews of the given title with the overviews of other titles in the dataset.
|
5 |
+
|
6 |
+
Model Details:
|
7 |
+
Objective: Text Recommendation tasks
|
8 |
+
Dataset: TMDB 5000 Movie Dataset
|
9 |
+
Input: Title of the movie for which the recommendations are needed
|
10 |
+
Output: Top-K Recommendations for the input based on the overviews
|
11 |
+
|
12 |
+
Usage:
|
13 |
+
This model can be used for movie recommendation task.
|