Recommender System to generate restaurant recommendations based type of food, price range and location.
This project is split into backend and frontend apps:
- The backend runs the recommender system and exposes it via a web server api
- It interacts with the user via an Vue app
- Recommender system based on the Cosine Similarity approach
- Pre-computed dataset is included
- Each component has its own docker image to deploy the apps