Skip to content

vunguyen22271/Streaming-Phone-Recommender-Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Phone Recommender Systems

A application using Apache Kafka, Spark Streaming to collect phone click activities of user and recommending similar products We used MERN Stack to create demo website

Table of Contents

About The Project

  • The owner of an online phone store wants to add the function of suggesting similar phone models to customers when a customer clicks on a phone.

  • When a customer clicks on a product, the phone id is propagated down to kafka, which then continues through spark streaming. Here, we perform similar product retrieval based on the elements 'title', 'category', 'color', 'memory', 'battery', 'ram', 'screenSize', 'price' of the items. other phones in the database using RMSE. The output is the 5 phone ids with the highest similarity.

  • Those 5 ids will be saved in mongo db. 5s since user click, nodejs automatically get 5 same phone id in mongo and display on web

  • System Architect:

System Architect

Technologies Used

  • Apache zookeeper 3.7.0
  • Apache Kafka 2.12-2.8.0
  • Apache Spark 3.0.2
  • Apache Hadoop 2.7
  • Java jre-8u291
  • Python 3.6.8

Setup

Following "./Guide/Setup and Launch Tutorial.docx"

Screenshots

Example screenshot

Project Status

Project is: complete

Room for Improvement

Room for improvement:

  • Add some machine learning recommendation model like Content-based systems Collaborative filtering in Spark Streaming for better suggestion.
  • Use socket.io to display immediately result instead of wait 5s.

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published