Coders Packet

Listing of packets of source code submitted by coders

Snake Game using Python

This is a replica of the very famous snake game eating the balls which pop up randomly . This is created using Python

Supermarket Billing System in C++

This project takes the input of all products the customer wants to buy along with its quantity and generates a bill based on all list items in the output.

Image Classification by Python

I have used Deep Learning concepts on CIFAR10 dataset. CIFAR10 dataset is a standard dataset for beginners in the domain of Deep Learning. Language used is Python.

Face Detection using MTCNN and Tensorflow in Python

The project involves face detection to recognize five eminent personalities using MTCNN a pretrained CNN model, to detect face in the image and then training a classifier to classify the images.

Predicting Purchases based on Social Network Ads using Support Vector Classifier in Python

In this project, we will predict whether an individual purchases a product or not only based on Social Network Advertisements using Support Vector Classifier in Python.

Music Player using Python

This is a basic music player application made using Python. It is simple and easy to use.

Game On Colours in Python

This project is simply based on simple game where lot of extra features can be added its just based on colors where we need to type the colour of the word instead of the word displaying colour.

Simple Calculator in JavaScript

The calculator is made by using simple JavaScript, CSS and HTML languages. It performs the basic operations.

Blog on Unique Cars in JavaScript

Its a website where different kinds of cars can be displayed and make it look good.the blog contains different kinds of models and information related to that.

Python Code to Visualize COVID 19 data in a Bubble Map

In this project, we are going to learn how to 1) Web scrape COVID 19 data of India 2) Visualize it in a Bubble Map

Coronavirus Analysis Using Python

CoronaVirus (COVID-19) Analysis and visualization using Python by using various package as Matplotlib, Pandas and NumPy.

Loan Prediction Using Python

In the Loan Prediction using Python Project, we will find out whether a person is eligible to get a Bank loan or not by using some Machine Learning models.