Skip to content

Backend

rishi2019194 edited this page Oct 18, 2023 · 6 revisions

Functions Description of the backend

App.py

landing_page()

search_page()

predict()

search()

feedback()

send_mail()

success()

Utils.py

create_colored_tags(genres)

beautify_feedback_data(data)

create_movie_genres(movie_genre_df)

send_email_to_user(recipient_email, categorized_data)

Search.py

starts_with(self, word)

anywhere(self, word, visited_words)

results(self, word)

results_top_ten(self, word)

Item_based.py

recommend_for_new_user(user_rating)

Clone this wiki locally