Our Laptop Recommendation System will recommend similar laptops to users based on their search results. This is Content Based Recommendation System which uses Cosine Similarity techninque to recommend similar Laptops
Dataset: Web Scraping from this Website https://www.smartprix.com/laptops/
Link for Video Demo: https://www.youtube.com/watch?v=1ZlExl-eeRA
Cosine Similarity is a measurement that quantifies the similarity between two or more vectors . The cosine similarity is the cosine of the angle between vectors. The vectors are typically non-zero and are within an inner product space.
The cosine similarity is described mathematically as the division between the dot product of vectors and the product of the euclidean norms or magnitude of each vector.