Winning project of the FME Datathon 2021 Reviews Challenge
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Finding restaurants that one may like is nowadays an easy task thanks to all the software tools we currently have. However such task becomes more difficult when instead of going by ourselves, we go to have dinner in a group. Everyone has different tastes, preferences, and budgets. Thus, it is not trivial how to combine them to select a restaurant that everybody will love.
To ease this task, we have developed a Restaurant Recommendation System that uses the restaurant prices, location, ratings, and reviews from both users and restaurants to find the perfect match for you and your companions.
This recommender can be used with the provided GUI, which allows to introduce the users, view and filter the restaurants intuitively and comfortably.
DEVELOPMENT INFORMATION
This project was developed between 13-14 November 2021 by the Delfos Team during the Datathon FME 2021, taking first place in the Reviews challenge. This challenge aimed to answer the following question:
WHAT RESTAURANTS IN BARCELONA WOULD YOU RECOMMEND TO SOMEONE?
To get a local copy up and running you just need to follow these simple example steps!
- Clone the repo
git clone https://github.com/megaelius/Delfos-datathon-fme.git
- Install the necessary libraries and packages.
pip3 install -r requirements.txt
To use the Delfos' Recommender GUI the following command needs to be executed:
streamlit run app.py
Then, in the initial page of the app we can select which users are going to eat out:
Once all of them have been introduced, clicking in the Find restaurants! button. A newer page will pop up, showing the five restaurants that fit best the integrants of the groups according to their reviews. If needed, using the slider on the left , results can be filtered by price and distance.
In case you want to use the recommender from the terminal, this is possible by executing:
python3 terminal.py
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Elías Abad - - elias.abad@estudiantat.upc.edu
- Alex Ferrando - - alex.ferrando@estudiantat.upc.edu
- Carlos Hurtado - - carlos.hurtado.comin@estudiantat.upc.edu
- Víctor Novelle - - victor.novelle@estudiantat.upc.edu
Project Link: https://github.com/megaelius/Delfos-datathon-fme