Map of campsites along the path of the total eclipse 2024
[Read More]
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]
New York social life
network analysis
Ever wonder what New York high society is often up to? Wonder no more for New York Social Diary (NYSD) has painstakingly documented every detail of all the Who’s who of New York since 2007, completed with pictures of course. What’s totally cool is that every picture on the site...
[Read More]
Recommender system for skincare products
based on Amazon reviews
This is a quick and simple recommender system for skincare products based on Amazon reviews. I used the 5-score dataset, which means all users and items in this dataset have at least 5 reviews.
[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]