Coders Packet

Listing of packets of source code submitted by coders

Driver Drowsiness Detector using Python and OpenCV

This project is a computer vision system that can automatically detect driver drowsiness in a real-time video stream and then play an alarm and screen alert if the driver appears to be drowsy.

MULTIPLE CALCULATOR USING JAVASCRIPT

The project has different types of calculators at one place made using JAVASCRIPT. This is a one stop for all who can use multiple calculator at one place only.

If a 4 digit number is as input (Ex: 1234). Print the output as (2345) in Java

If 4 digit number is given as input, we should add 1 to each of its digits and display the output. For Example: 1234. We should print the 2345 as output. So Let's Start.

Youtube downloader in Python

This project aims to download youtube videos using pytube library in Python. You can also view the title, views, length, rating and description of the video.

Bill Generator in MS-EXCEL using Openpyxl library of Python

This project helps user to generate a Customer Bill in MS-EXCEL from a list of items taken by the user as input, using 'openpyxl' library of Python.

code packet sniffer in C with Sockets on Linux

Packet sniffers are programs that intercept the network traffic flowing in and out of a system through network interfaces.

Implementation of Ackermann Function using C++

Implementation of the Ackermann recursive Function, one of the simplest and earliest-discovered examples of a total computable function that is not primitive recursive using a C++ program.

Pneumonia Detection using Python using Keras

Here we have created a CNN model using Keras to detect Pneumonia using Chest X-ray with 90% accuracy.

Sobel edge detection from scratch using Python

Edge detection is a very important image processing technique. In this packet, we will take a look at the algorithm of Sobel edge detection in Python, which uses the Sobel operator.

File Content Details and Word Occurrence Using C++

It is a C++ code that will count the total number of words, lines, and occurrences of a given word in a text file.

Unit Converter & BMI Using C++

This is a c++ program that convert units of lenght, weight, volume, time, force and also can calculate BMI

Camel Banana Problem Solved Using C++

This is a proper solution and explanation with a C++ code for the famous Camel Banana Puzzle.