Coders Packet

Listing of packets of source code submitted by coders

Predicting Annual Medical Expenditure for an individual using XGBoost model

In this project I made a XGBoost machine learning model to predict the annual medical charges of a person.

Square Encryption of String In Java

Today we write a program that performs some encryption and decryption tasks on a given string by using the Java programming language

Content-Based-Image-Retrieval

CBIR refers to the process of obtaining images that are relevant to query image from large collection of images based on their visual content.

Semantic Segmentation

The project is on Semantic Segmentation suign Python where we assign each pixel of image to certain class.

Making a web application and deploying Machine Learning models using Flask

In this project, I trained a machine learning model for Diabetes prediction and then used the trained model to make a web application using the Flask Python framework.

Secure Login and Registration System in C++

This C++ system is an implementation of basically four features for a user: (i)Login (ii)Register (iii)Retrieval of forgotten username OR password (iv)Exit system.

Retail-Shop Billing System using Java

In this Packet, a Retail shop billing system for department store has been implemented using the Java Programming Language.

Snake game using Pygame module in Python

Hi, Today we are going to build a simple but interesting snake game in python using its module named pygame. Pygame is a 2d game development module.

Product purchase prediction using K Nearest Neighbors classification model in Python

This project makes use of the KNN concept in order to predict whether a product will be purchased by a customer based on their age and estimated salary.

Ice-cream flavor predictor using scikit learn library in python

This project utilizes the scikit learn inbuilt library in python to predict the flavor of ice cream suitable for a person when their age and gender are given as input.

Mini student Wikipedia using Tkinter in Python.

This project is aimed at creating a mini student-friendly Wikipedia using the Tkinter library and Wikipedia module in python.

Converting decimal to binary using recursion in Python

The easiest way to convert a decimal number to a binary number using recursion in Python language.