error
Browse files- recommendwithhist.py +1 -3
recommendwithhist.py
CHANGED
@@ -6,11 +6,9 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
6 |
import pickle
|
7 |
import os
|
8 |
|
9 |
-
import nltk
|
10 |
-
nltk.download('punkt')
|
11 |
|
12 |
from huggingface_hub import hf_hub_download
|
13 |
-
|
14 |
from nltk.stem import PorterStemmer
|
15 |
from nltk.tokenize import word_tokenize
|
16 |
repo_id = "Navanihk/recommendationsystemmovie"
|
|
|
6 |
import pickle
|
7 |
import os
|
8 |
|
|
|
|
|
9 |
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
+
|
12 |
from nltk.stem import PorterStemmer
|
13 |
from nltk.tokenize import word_tokenize
|
14 |
repo_id = "Navanihk/recommendationsystemmovie"
|