Recommender system for skincare products

based on MakeupAlley reviews

Goals Develop a recommender system to help consumers choose skincare products based on reviews from people with similar skin characteristics and experience. [Read More]

Scraping JavaScript-rendered websites using Python

with Selenium and Requests packages

JavaScript-rendered websites If you want to scrape a dynamic website, chances are it is rendered using JavaScript and you cant simply access it using requests and beautifulsoup packages (Read more here to understand why). Selenium is one of the packages that’s very popular for this purpose. [Read More]