Code Packets
Browse all published coding projects
Covid-19 Analysis in Python using Holt Model
Analysis of the Covid-19 data to check the spread of the pandemic and growth in the number of cases reported. Also this analysis help to forecast the spread of the disease.
Covid 19 tracker using JavaScript for calling external API
This app provides real-time tracking of COVID-19 cases worldwide and country-wise also. Also, the app has very vital information such as International COVID-19 prevention guidelines.
Handwriting Recognition Using NumPy, pandas and matplotlib in Python
The model is been used to predict the handwritten numbers from 0 to 9, data set is been obtained from the mnist as .csv file and then the model is split into train and test set
Face Recognition system in Python using OpenCV and system built using a pre-trained model
This project is about a face recognition system built using a pre-trained model available in Python's face_recognition library and OpenCV.
Simple Super Market billing Calculator in console Using Python
This calculator can be used for simple calculation for adding prices of products one by one This calculator can be used in shopping malls for calculating total billing amount very easily.
Python Hangman Game
This is the classic Hangman Game which is developed using Python Language for guessing correct word within 3 chances.
Image Blending with Trackbar in Python using OpenCV library
This is a simple mini project in which two images are blended together with a trackbar in python using the OpenCV library
Rotating the Live Webcam Video in Python using OpenCV
This is a mini project created using the OpenCV library of python. This involves rotating the live webcam video.
Image Classification with Fashion MNIST dataset in Python using CNN
To classify the images from the Fashion MNIST dataset in python using the Convolutional Neural Network
Classification of Handwritten Digits of MNIST Dataset in Python
The objective is to build a deep neural network in python which can classify the handwritten digits of MNIST dataset in python
Character Counter using Python
This character counter can be used to count the number of characters, words, sentences and blank lines in the text given as input.
Real Time Currency Exchange Rate Converter Using Python
This Project is about how can we make projects using Python language to solve our real life problems.