Code Packets
Browse all published coding projects
Classification of Images using Convolutional Neural Networks (CNN) in Python.
The project classifies images using CNN on Fashion MNSIT and CIFAR-10 dataset present in Tensorflow library in Python.
Quicksort Algorithm in C++
This program in C++ takes the input from the user and arranges it in ascending order using quicksort algorithm.
Plot of Sphere using Python
Program to plot a sphere for given coordinates with the help of NumPy and Matplotlib libraries, using Python
ALARM CLOCK USING PYTHON
ALARM CLOCK WITH PYTHON In this project, we will create an alarm clock in Python. We will be using the Datetime module, time module, and the playsound module to create this project.
GUESS THE NUMBER GAME USING PYTHON
GUESS THE NUMBER GAME IN PYTHON In this particular project, I designed a small game. In this game, the system selects a random number and the user has to guess it correctly.
BMI CALCULATOR USING PYTHON
BMI CALCULATOR USING PYTHON BMI stands for Body Mass Index. In this project, we will design a BMI calculator which tells whether you are underweight, overweight, or healthy.
Diabetes Dataset Analysis in Python
In this project, we would check whether a patient is diabetic or not through an analysis of the Diabetes Dataset in Python.
Casino Game Using C++
In this game, I used C++ language in which the player chooses a number between 1 to 10. If he wins the money would become 10 times and if he loses he loses all his money.
Advertising Budget Dataset of XYZ firm in Python
In this project, we would analyze the advertising budget dataset of XYZ firm in Python and explore how sales of products vary with different modes of advertisement in Python.
Tweet Analysis - Python
Tweets are not under-rated for no reason. Here, I have done a Tweet Analysis on some selected tweets, which has been categorized by Kaggle. The language I have used is Python3.8.
IPL (2021) Ticket Generator using C++
This is a project built in C++, generates an 'IPL 2021 Ticket .txt' file which contains the user data like the Name of the user, and Teams playing in that match, the timing of the match.
Python-based Decentralised Space Management System across multiple computers in LAN
Python Project balance the space of all the computers in the same Local network by doing simple File operations including transfer across the Local network.