The goal of this NLP project was to develop an API that receives a query and returns the most relevant restaurants related to that input. For this project I decided to use Trip Advisor as a source for my web scrapper to gather the data and assemble my database. All restaurants found in the database are from São Paulo, SP, Brazil and the reviews are real customer's reviews.
docker build -t nlp_api .
docker run -d -p 1234:8888 nlp_api
- sushi -> yield 10 results
- hambúrguer -> yield some, but less than 10 results
- maravilhoso -> yield results that are not that obvious: the 5 most relevant restaurants for this query have all different cuisines styles
Raphael Lahiry Cabilio