In this project I made a XGBoost machine learning model to predict the annual medical charges of a person.
Today we write a program that performs some encryption and decryption tasks on a given string by using the Java programming language
CBIR refers to the process of obtaining images that are relevant to query image from large collection of images based on their visual content.
The project is on Semantic Segmentation suign Python where we assign each pixel of image to certain class.
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.
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.
In this Packet, a Retail shop billing system for department store has been implemented using the Java Programming Language.
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.
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.
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.
This project is aimed at creating a mini student-friendly Wikipedia using the Tkinter library and Wikipedia module in python.
The easiest way to convert a decimal number to a binary number using recursion in Python language.