Coders Packet

Listing of packets of source code submitted by coders

Credit card fraud detection using Python

Designed a Neural network using python that was able to classify Credit Card fraud transactions with 99.9% accuracy

Pneumonia Detection using Python

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

Password Generator in Python

Python program to generate Password of User's desired length and desired types of ASCII characters in it.

Largest Prime Factor in C++

The prime numbers that can be multiplied to give the original number are called prime factors. The largest among them is found out using C++ Programming language here.

Random number guessing game using Python

This is a simple Python program that generate a random number and you have to guess that random number correctly. The Final result will show your number of attempts

Quote Scraper in Python using BeautifulSoup

This project scrapes a quote from any of the websites written in code and displays it using Python. It can be scheduled to run every day at a particular time.

Easy Food Order System Using C++

A simple food ordering system by which the customers can easily order their favorite foods is developed using C++.

Whatsapp Message Scheduler using Python GUI Programming

This is a GUI program based on Python Programming to Schedule your Whatsapp Message within a day.

Image Viewer in Python using Tkinter

This is an application which helps us to view images stored in the program using Tkinter and pillow.

Video to Text Converter using Speech Recognizer in Python

It is a Python GUI program that is used to convert Video File to Text File using Speech Recognition and Tkinter Package and Functionalities.

Kmeans Clustering Using Python

In this tutorial we will learn unsupervised learning algorithm: KMeans clustering using Python. This algorithm categorises the items into k groups of similarity.

Scraping IMDB data with Python and BeautiulSoup

This is a Python project to scrap data from IMDB site, about top rates movies, popular movies or any other pages having similar template. It uses a python module called BeautifulSoup.