Book Recommendation System using Plotly-Dash📚📕 This is an interactive web application made with plotly-dash that shows user recommendations based on content based filtering. Dash uses flask as the web software. The application also displays pie charts and some graphs used in the data visualization.
How to use?
- Install all components in the requirements.txt file.
- Keep all cloned files in the same folder.
- Run python rec_app.py
Open http://127.0.0.1:8050/ on your browser and you can see the web app.