Coders Packet

Listing of packets of source code submitted by coders

Converting an Image in to a Pencil Sketch view by Python using OpenCV Library

This code can convert your photo to pencil sketched quickly. Just upload your photo, set the pencil shadow or thickness then you can view the sketched image.

AI Smart Voice Assistant for our own Device Using Speech Recognition Python Library

A smart voice assistant can perform tasks or services, or answer questions used to carry out tasks via voice recognition.

Obtain the complete address using Geolocation in Python

Hello everyone! In this tutorial, we are going to write Python code to get the complete address of a location just by entering the latitude and longitude of the required location.

Predict Password Strength using Natural Language Processing (NLP) in Python

Hello everyone! In this tutorial, we are going to build a model to predict the password strength using the Machine Learning classification algorithm Logistic Regression & NLP in Python.

Pricing Alert for E-commerce Website using Python

The user adds items to a list and sets a price . An alert is sent if the price of the item drops below the price set by the user. This program sends alerts to users via email.

Java Program to Recursive Digit Sum

In this article, we will be solving a problem in which we need to find the Super Digit of integer p (obtained by concatenating n, k times )and return its value.

FOODIEE built using HTML, CSS, PHP and JavaScript

FOODIEE built using HTML, CSS, PHP and JavaScript. FOODIEE, for fast food delivery at home.

Check if two given lines intersect or not in C++

If lines intersect with each other then we print the message that lines intersect with each other along with coordinates and if not then we print that the lines do not intersect with each other.

Digital Clock using C++

The Digital clock is a C++ project which displays the current time digitally without using any LED or LCDs.

Snake game Custom environment in Python using OpenAI Gym

Snake-gym is a custom environment of the classic snake game using OpenAI Gym. It is meant to test different Reinforcement Learning Agents. It has a "human" mode to serve as a Single Player game.

Data Analytics Project- Sales Data Analysis using Python

In this tutorial, we are going to analyze the sales data generated by the e-commerce sites such as Amazon, Flipkart, Myntra, etc., and will answer some questions to increase the profit.

Shortest Path Finder using Python

This is the shortest pathfinder program that uses the concept of BFS(Breadth-First Search) to find out the shortest path between a start and an end point.