/Emotion-movie-recommendation

Movie-recommendation using web scraping (BS4) movie titles can be scraped from the IMDb list.

Primary LanguagePython

MOVIE-RECOMMENDATION USING WEB SCRAPING

IMDb offers all the movies for all genre. Therefore the movie titles can be scraped from the IMDb list to recommend to the user. The scraper is written in Python and uses lxml for parsing the webpages. BeautifulSoup is used for pulling data out of HTML and XML files.