Code Packets
Browse all published coding projects
Star Patterns Using C++
These Star Patterns using C++ are basically the application of Loops which are frequently asked in different recruitment drives, interviews, etc.
Text To Speech in Python
A Text-to-Speech GUI application that uses various python libraries to convert text to speech.
Fractional Knapsack Problem using Greedy Approach in Python
In this article, we are going to learn about the fractional knapsack problem and its implementation in python using the greedy approach.
C++ program to get access from user
This is a C++ program that helps programmer to get permission from the user to access or perform a particular operation in the system
Capitalizing First and Last Letters of a String in Python
Python Program to convert first and last letters of a string into uppercase and remaining letters to lowercase.
Random access in File Handling Using C++ Programming Language
This project is based on Random access in File Handling to enter users data in random and to search them. Here I have written code for finding the train number and details of it Using C++ program
Attendance system using OpenCV Facial Recognition - Python
Building a simple automated attendance system using facial recognition in Python that detects faces and records live attendance with the login time in an excel sheet.
Country Wise Visualization and Prediction of COVID-19 using ML
The main aim of this project is to visualize and predict the number of confirmed cases of COVID-19 country wise in state level by using Machine learning in Python.
Array implemention of stack using C++ programming
A stack data structure is implemented using 1-dimensional array. Take array of specific size and insert,delete,isempty&display values into array by using LIFO principle with 'top'. Using C++
Future forecasting of the number of cases of COVID-19 using Machine Learning in Python
The Main aim of the project is to predict of the number of cases of COVID-19 of upcoming days using Machine Learning Algorithms in Python.
Efficient String searching using C++
This project gives the positions in the string ( input by the user ) at which a pattern string ( input by the user ) is matched, using C++ programming language.
Gender Prediction Using Voice Data Through Machine learning & Python
This project contains a Jupyter Notebook where various machine learning algorithms were used to predict gender based on voice data. The programming language used was Python.