Code Packets
Browse all published coding projects
Question Classifier for Industrial Chatbots in Python
This project is made in Python and is basically a classifier for chatbots that can be used to classify questions and improve customer service flow.
SVM Classifier for Customer Purchase Prediction in Python
This is basically a classifier that takes certain parameters as input and then gives the output whether the customer is likely to buy a product or not made in Python.
Country- wise risk prediction of covid19 in Python with machine learning
Below is the given Python with Machine learning code. Covid is one of the most contagious disease. In little over four months the virus destroyed the world.
Document Scanner in Python using OpenCV
Technology helps to make task easier, this packet helps to scan documents in Python using OpenCV and NumPy
Sign Language Detection in PYTHON using KERAS and CNNs
This Python Project Learns the American Sign Language Digits and then predicts using images it has never seen before. The Model used is made using Convolution Neural Networks in Keras.
Weed-Identification using Deep Learning in Python
Weeds are a major roadblocks to farmers which tend to reduce their yield. Here we aim to detect those weeds using Deep Learning
Custom Callbacks using TensorFlow with Python
In this tutorial, we are going to learn about custom callbacks. we will see what are callbacks and how can we can build our own callbacks in TensorFlow with Python.
Color_Game using Tkinter (Python)
I had created a color game in which you will be given the name of any random color highlighted with different color and you have to type the name of the highlighted.
Preprocessing of Data using PCA(Principal Component Analysis) with Python
Programming Language used-Python This is a data preprocessing model which reduces the number of features and saves your project from overfitting conditions.
Saving and loading model using TensorFlow with Python
We will see how can we save and load a trained model in tensorflow, not only weight but also the architecture of the model. We will do these things by using TensorFlow in Python.
Image data augmentation using TensorFlow with Python
We are going to see what is data augmentation, why is it necessary, what are types of data augmentation and how we can perform it in Python by using TensorFlow.
Key Frame extraction using Python
A video is a series of images which are displayed for less than 0.05 sec. Hence we use this algorithm to extract those important frames from video by using Python language & OpenCV library.