Code Packets
Browse all published coding projects
QR Code maker in Python
This project generates a QR code with Python, and you can store the information you want in that QR code.
Social distancing using Opencv, Intel RealSense D415 camera and pyrealsense2 library
This project is made meant to provide an easy way to help to detect if social distancing is being followed or not using a depth camera and face detection.
Indian Premier League (IPL) Analysis and Match Prediction in Python
Exploratory Data Analysis of IPL Matches to extract useful information and match prediction using the Decision Tree Classifier.
Samsung Galaxy A30 Review - Sentiment Analysis using Beautiful Soup in Python
In this project, the Reviews of Samsung Galaxy A30 from Flipkart are scrapped using Beautiful Soup in Python and using that data, Sentiment Analysis performed in R Programming.
Pedestrian Detection in Python
Through webcam or image you can detect Pedestrian in Python using openCV and imutils (Note: specify your image path)
Tic Tac Toe game in Python
A fun game of tic tac toe made in python by using the Tkinter library for GUI based game play
Dice Roller in Python
The program is made using Tkinter library of Python to create a Graphical User Interface based Dice roller necessary
Python solution for sum of subsets using backtracking
This tutorial helps you learn the backtracking approach for solving sum of subsets problem.
Blink Eye Detection in Python
Using Open CV library of python we will use it to detect the one of the eye moment i.e Blinking of eye.
Text Preprocessing using Python by using glove.6B.50d word embeddings
Given code packet do preprocessing like removing useless and less frequent words present in text data, vectorizing text and creating Embedding matrix (as NumPy array) in Python.
Grocery Items Recommendation using Eclat Algorithm in Python - Association Rule Learning
In this Python Packet, We are going to Train our machine using the Eclat algorithm in which we can find the best deals that can be provided by Grocery Vendors to maximize his revenue.
Similar image remover in Python
This project will help you to automatically delete similar images with one click and hence save your time.