Yelp recommendation engine is built using pyspark , pyspark mllib and yelp review data.
Business are recommended for customers based on yelp reviews of the customer.
Spark is used for processing the Yelp data.
Using Yelp review data the pyspark mllib matrix factorization model is trained and business are recommended for the customers based on their previous ratings.