python
Python Rest API Example
Let’s assume that we are very good at creating machine learning models and we can create many different and interesting …
Text Generation for Instagram using N-Grams
Text Generation has many approaches such as Keras and Neural Nets but in this post, we are making a simple …
Word Level Text Generation in Python
In the previous post we gave a walk-through example of “Character Based Text Generation”. In this post, we will provide …
Basic Examples of Anaconda Environments
This post is a gentle introduction about Anaconda Environments which is like the “Docker” of the Machine Learning projects. It …
YOLO: Object Detection in Images and Videos
NB: YOLO–> You Only Look Once! In another post we explained how to apply Object Detection in Tensorflow. In this …
Computer Vision: Face Detection in OpenCV
This post is a practical example of how we can use OpenCV with Python for detecting faces in a video. …
PySpark: Logistic Regression with TF-IDF on N-Grams
This post is about how to run a classification algorithm and more specifically a logistic regression of a “Ham or …
Read morePySpark: Logistic Regression with TF-IDF on N-Grams
Blending Images with OpenCV
Most of us have noticed the “Facebook Rainbow Filter”. This is an example of “Blending Images” where we have the …