Skip to content

Using Beautiful Soup to web scrape and recommend restaurants.

Notifications You must be signed in to change notification settings

yatharthgarg/Recommending-Restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Recommending-Restaurants

About

This is a project where I used BeautifulSoup to web scrape data from a post by Timeout regarding the 100 best restaurants in New York. I web scraped throught the data and extracted 4 main features -

• Name of the restaurant

• Details about the restaurant

• Location

• Cuisine

Eventually I used cosine-similarity for matching the features and recommending the restaurant to the user. I will be updating the repository for multiple web-pages by time-out to improve my model.

Dependency

Python 3.x

Numpy

Beautiful Soup

Scikit-learn

About

Using Beautiful Soup to web scrape and recommend restaurants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published