Code Packets
Browse all published coding projects
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.
Dino Game in C++
This C++ program is used to play the game called “Dino Game”, where the score is calculated when dinosaur jumps on hurdle and the game is over when the dinosaur directly hits the hurdle.
THE MINION GAME USING PYTHON
In this python project, we will design a game between two members where one will count substrings start with consonants and another will count substrings start with vowels from the given string.
C++ program to replace all the occurrences of a specific word in a text file
This C++ program counts all the occurrences of a specific word in a text file and finds their positions. Then, replaces all of them with another word.
Object Detection using Tensorflow
Object detection is the task of detection different objects in an image and drawing bounding boxes around them.
Semantic Segmentation
The project is on Semantic Segmentation suign Python where we assign each pixel of image to certain class.
Invoice generator in C++
This C++ program is used to generate an INVOICE for any company. After the necessary information of customer, seller and product has been entered, Invoice for the company is generated.
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.
Number guessing game in Java
It's a project of game in which the code will generate a randome number and user has to guess that number.
Tic Tac Toe in python
Tic Tac Toe in python is implemented using different user-defined functions and loops. Generally, it takes in user input, checks for the specific condition and prints the winner as output.
FIND ABSOLUTE DIFFERENCE BETWEEN MAIN AND ANTI DIAGONAL OF MATRIX USING PYTHON
In this tutorial, we will calculate the absolute difference between both diagonal using python
Travels-website-using-Html
In this Travels website project. I have used Html and CSS. This website has a home page, Ticket booking page, sign-in page, sign-up page, and contact us.