Code Packets
Browse all published coding projects
Image Classification by Python
I have used Deep Learning concepts on CIFAR10 dataset. CIFAR10 dataset is a standard dataset for beginners in the domain of Deep Learning. Language used is Python.
Music Player using Python
This is a basic music player application made using Python. It is simple and easy to use.
Snake Game using Python
This is a replica of the very famous snake game eating the balls which pop up randomly . This is created using Python
Predicting Purchases based on Social Network Ads using Support Vector Classifier in Python
In this project, we will predict whether an individual purchases a product or not only based on Social Network Advertisements using Support Vector Classifier in Python.
Python Code to Visualize COVID 19 data in a Bubble Map
In this project, we are going to learn how to 1) Web scrape COVID 19 data of India 2) Visualize it in a Bubble Map
License Plate recorder using Tesseract and Opencv in Python
I created a model that will look at cars, detect where's the license plate, segment that out and 'read it', return what it read in string format using Tesseract and Opencv in Python .
Loan Prediction Using Python
In the Loan Prediction using Python Project, we will find out whether a person is eligible to get a Bank loan or not by using some Machine Learning models.
Python code to visualize COVID 19 data in a Bubble map
In this project, we are going to learn how to 1) Web scrape COVID 19 data of India 2) Visualize it in a Bubble Map
Image Recognition using Keras in R
In this project, Classification and recognition of images using the Keras from Tensorflow package is performed in R programming.
Face Detection using MTCNN and Tensorflow in Python
The project involves face detection to recognize five eminent personalities using MTCNN a pretrained CNN model, to detect face in the image and then training a classifier to classify the images.
Visualizations on Iris data in Python
Below is the given Python code using matplotlib and seaborn. This is about the iris data and showing the visualizations on the data.
Brain Tumor Detection Using CNN
Based on the Brain MRI Images as our Dataset, we classify whether a person has Brain Tumor or not with his Brain MRI Scan using Convolutional Neural Networks (CNN).