Deploying Flask Apps Easily with Docker and Nginx
Why use Apache or Nginx for Flask?
Why use Apache or Nginx for Flask?
Some data is inherently cyclical. Time is a rich example of this: minutes, hours, seconds, day of week, week of month, month, season, and so on all follow cy...
Data munging is the least sexiest part of “the sexiest job of the 21st century”. According to authoritative popular sources like @BigDataBorat, data scientis...
I was trying to help someone with a web scraping task today, and stumbled upon an interesting technique to find hidden APIs to scrape data from certain websi...
I have MongoDB running on my Ubuntu server in Amazon EC2. Since there’s no simple all-in-one tutorial out there explaining how to set up user authentication ...
Image Classification in Python with Visual Bag of Words (VBoW)
Image Classification in Python with Visual Bag of Words (VBoW)
I made a flask app that guesses whether an image is or is not an image of a giant panda. It uses SIFT features to build a Visual Bag of Words model.
You just ran through a time-consuming process to load a bunch of data into a python object. Maybe you scraped data from thousands of websites. Maybe you comp...
Requirements:
Plot-Bot is a robot that draws SVG files onto a whiteboard. It can draw on anything you can mount flat on a wall: plywood or poster paper work too. It is con...
XPath is very powerful, it’s kind of a query language like SQL but for XML documents, including HTML documents, so it is a natural fit for web scraping. A lo...