tag : python

Simple Movie Recommender Using SVD

Given a movie title, we’ll use Singular Value Decomposition (SVD) to recommend other movies based on user ratings. Filtering and recommending based on information given by other users is known as coll

Face Morpher Talk at FOSS Asia

I just presented at FOSS Asia (free open source software) conference.I talked about face morphing and averaging using Python. Slides: http://alyssaq.github.io/face_morpher_slidesCode: http://github.co

Understanding Hough Transform With Python

The Hough transform (Duda and Hart, 1972), which started out as a technique to detect lines in an image, has been generalised and extended to detect curves in 2D and 3D. Here, we understand how an ima