Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdad-dev committed Jan 1, 2022
1 parent b5bde3a commit 2d6ffc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def CosSim(model, images_matrix, images_list):
return cos_similarities_df


def Recommend(cossim_table, input_img, k_recommend=5):
def Recommend(cossim_table, input_img, k_recommend):

original=load_img(input_img, target_size=(224, 224))
img_name=input_img.split('/')[-1]
Expand Down

0 comments on commit 2d6ffc4

Please sign in to comment.