Building a recommendation system and deplying using streamlit Deploying the model using 3 pkl files
First we build a KNN model for item based Followed by manual evaluation The recomendation system first takes the user's highest rated book, finds the similar books accordingly using the KNN model and recommends the same.