A few tutorials from other places brought to one place.
scikit-image-demo.ipynb
- Quick demo of some of the basic features in scikit-image including load, rotate, swirl, finding contours and template matching.
yhat_image_classifer.ipynb http://blog.yhathq.com/posts/image-classification-in-Python.html
- Group similar images using Principle Components Analysis (PCA) and K Nearest Neighbors Clustering
Scikit Learn Digits Classification http://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
- Utilize a Support Vector Machine (SVM) to recognize hand written images.