Coders Packet

Listing of packets of source code submitted by coders

Selective sharpening on an image using OpenCV- in Python

This project is made with OpenCV Python an open-source computer vision library. This program will allow us to sharpen an area on the image of the user's selection.

Pencil sketch live filter using OpenCV in Python

In this project, I have used Python OpenCV to create a pencil sketch filter that applies to our live webcam feed.

Password Validity Checker using Java

This java program checks whether the password satisfies the conditions of a password and the strength of the password

Blackjack using Java

This is a regular blackjack game written using Java programming language. This a single player game where the user plays against the bot.

EMI calculator with simple interest using java

Java program to calculate monthly EMI using simple interest. The output is taken to 2 decimal places.

Object Detection using TensorFlow Object Detection API

Object Detection is a widely used Computer Vision technique that is used to detect and predict multiple objects in images and videos in real-time.

Car price prediction using linear regression in Python (machine learning).

Prediction of the price of data based on the Car data set using linear regression in Python.

Clothe Size Analyzing using Python in Machine Learning

In this project, we analyze the clothing size, plot a graph between sizes and count and also plot heatmap using Python in Machine Learning.

Program to send an email using Python

In this packet, we write a program for sending an email from one user to another user using Python.

Prediction of Air Quality Index Using Machine Learning in Python

This packet predicts the Air Quality Index for Pollution Control using Linear Regression with the help of a machine learning technique in Python.

A Webform created using Python, HTML, CSS, jQuery, Bootstrap, and JavaScript

A webform using Python, HTML, CSS, JQuery, Bootstrap, and JavaScript to solve your issue.

Image Color Detector using OpenCV in Python

The aim of this Python OpenCV project is to implement an image color detector that identifies all the colors present in an image.