- Download / Clone the repository
- Download the database (~20,000 books) from here and save it inside book_recommender
- Download the model reco_model_cosine_small.pkl from here and save it inside the Predictor directory within book_recommender.
cd book_recommender(in terminal)python3 manage.py runserver 8081(in terminal)- Go to localhost or http://127.0.0.1:8081/ from any browser
Here is the demo of our project