Coders Packet

Listing of packets of source code submitted by coders

Python solution for sum of subsets using backtracking

This tutorial helps you learn the backtracking approach for solving sum of subsets problem.

Similar image remover in Python

This project will help you to automatically delete similar images with one click and hence save your time.

Blink Eye Detection in Python

Using Open CV library of python we will use it to detect the one of the eye moment i.e Blinking of eye.

Analyzing the correlations in data set using Python

Analyzing the correlations among various features in a data set provides more insight and better understanding of the data set.

Creating machine learning pipeline in Python

Pipeline is a set of multiple functions that is created to avoid repeating the same preprocessing functions on the new data whenever it is added to the original data set by automating them.

Grocery Items Recommendation using Eclat Algorithm in Python - Association Rule Learning

In this Python Packet, We are going to Train our machine using the Eclat algorithm in which we can find the best deals that can be provided by Grocery Vendors to maximize his revenue.

Generating a sine and cosine curve using Python

We are going to plot and show the trigonometry functions sine and cosine in Python. We'll start by importing matplotlib and numpy in our code using the standard lines.

Simple and Easy Face Detection.

Face detection using MTCNN and OpenCV in Python programming language from a live streaming video using front camera of laptop.

Sending Encrypted Email Using MIME and smtplib in Python

Sending encrypted email in Python using smtplib,email package and MIME(Multipurpose Internet Mail Extensions).

Heart disease prediction using Keras

This project is meant for detecting the is the person has a heart disease given certain parameters as input.

Random Password Generator using random() method in Java

This is a project on random password generator using random() method in Java. Just give the length of the password you want to generate.

Handwritten Digit Classification using CNN in Keras

Project on classification of handwritten digits using Convolutional Neural Network (CNN) in Keras with the standard MNIST dataset .