Coders Packet

Listing of packets of source code submitted by coders

Face Detection using OpenCV in Python

In this project, a webcam is used to detect the face, if the face is detected a rectangular box is drawn around it.

Histogram Equalization in Images using Python and OpenCV

In this packet, we will be doing histogram equalization in low contrast images to improve its contrast, using Python and OpenCV library.

Designing a Student Result Analysis Tool using Python

A Student Result Analysis Tool is designed using certain libraries of Python namely Numpy, Pandas, Tkinter, and, Matplotlib. It reads an excel file and displays the results of the analysis.

Online Quiz/MCQ test using Jakarta/Java Server Pages (JSP) and Servlet.

The project provides a platform for taking quiz /MCQ test online. In this online test , the user will have to take the quiz and submit. After submission the result would be shown to the user.

Python Script to add Watermark to image files.

A python script to add watermark to image files using multiple modules of the PIL library.

Searching on Wikipedia by Python

It is created in Python and I have used pywhatkit library. It will help the user to get a Wikipedia summary of the required topic.

AUDIO CALCULATOR using pygame in Python

This calculator is programmed using pygame in Python for audio and Tkinter for the interface of the calculator.

Linear Regression from Scratch using Python

The purpose of this project was to present the inner workings of Linear regression for better understanding using Python.

Multiple Object Tracking using OpenCV in Python

Track multiple objects simultaneously from a video stream using OpenCV library of Python Programming

SPIRAL PRINT OF 2-D ARRAY USING C++

The Spiral Matrix problem takes a 2-Dimensional array of order M x N as an input, and prints the elements of this matrix in spiral order. This code is written in C++.

Rotate Image (N*N Array) Using C++

We can consider the image as a 2-D array of size (N*N). Rotate the array by 90 degrees anti-clockwise. This code is written in C++ including library.

Medicine desktop reminder in Python

In this project, we are using plyer and time modules to create a reminder for having medicine in Python.