Uppdatera README
This commit is contained in:
parent
d2a625c5b9
commit
1f0e56958e
@ -1,5 +1,6 @@
|
|||||||
# Supervised Learning - TV-Show recommender
|
# Supervised Learning - TV-Show recommender
|
||||||
|
|
||||||
|
|
||||||
## How to run program
|
## How to run program
|
||||||
|
|
||||||
### Before running program
|
### Before running program
|
||||||
@ -8,6 +9,8 @@ First thing to do is to extract TMDB_tv_dataset_v3.zip in dataset folder so that
|
|||||||
### Running program
|
### Running program
|
||||||
Start main.py and it will load dataset and ask for a title to get recommendations from, also how many recommendations wanted. Then enter and you will have those recommendations presented on screen.
|
Start main.py and it will load dataset and ask for a title to get recommendations from, also how many recommendations wanted. Then enter and you will have those recommendations presented on screen.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Specification
|
## Specification
|
||||||
TV-Show recommender
|
TV-Show recommender
|
||||||
|
|
||||||
@ -17,6 +20,7 @@ amount of recommendations of tv-shows in order of rank from your search.
|
|||||||
|
|
||||||
### Data Source:
|
### Data Source:
|
||||||
I will use a dataset from TMBD
|
I will use a dataset from TMBD
|
||||||
|
|
||||||
https://www.kaggle.com/datasets/asaniczka/full-tmdb-tv-shows-dataset-2023-150k-shows
|
https://www.kaggle.com/datasets/asaniczka/full-tmdb-tv-shows-dataset-2023-150k-shows
|
||||||
|
|
||||||
### Model:
|
### Model:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user