Posts by Snigdha Ranjith

Author Biographical Info: A Computer Engineer in the making.

Predicting insurance using Scikit-Learn in Python

By Snigdha Ranjith

Today we’ll be predicting the insurance using Scikit-Learn and Pandas in Python. We will use the Linear Regression algorithm to predict insurance. The insurance money is calc.... Read More

Uploading files using Dropbox-API in Python

By Snigdha Ranjith

This post is all about how to upload files to Dropbox using Dropbox-API in Python. Dropbox is a cloud storage service. It is free and a basic Dropbox account has 2GB of storage spa.... Read More

Sending emails using SMTP and MIME in Python

By Snigdha Ranjith

In this post, we’ll learn about sending attachment emails using SMTP and MIME in Python. The program will read a text file with data and send emails to the respective email a.... Read More

KNN Classification using Scikit-Learn in Python

By Snigdha Ranjith

Today we’ll learn KNN Classification using Scikit-learn in Python. KNN stands for K Nearest Neighbors. The KNN Algorithm can be used for both classification and regression pr.... Read More

Motion Detection using OpenCV in Python

By Snigdha Ranjith

In this tutorial, we will perform Motion Detection using OpenCV in Python. When the Python program detects any motion, it will draw a blue rectangle around the moving object. Pleas.... Read More

Get each Color component from RGB string in Python

By Snigdha Ranjith

Today we’ll learn how to get each color component in an RGB string in Python. For those of you who don’t know what an RGB color model is, it is a way of producing a spe.... Read More

Edge detection using OpenCV in Python

By Snigdha Ranjith

In this tutorial, we will learn how to perform Edge Detection using our webcam video using OpenCV in Python. By the end of this tutorial, you will know how incredibly easy it is! I.... Read More

Image Classification using Keras in TensorFlow Backend

By Snigdha Ranjith

Today, we’ll be learning Python image Classification using Keras in TensorFlow backend. Keras is one of the easiest deep learning frameworks. It is also extremely powerful an.... Read More

Related Posts