Code Packets
Browse all published coding projects
Iris Prediction Using K Nearest Neighbors
Iris is flower with different species. In this project we will learn how to predict the flower species using different petal size,sepal size length etc.
Document Scanner using OpenCV (using Python)
A document scanner is a model based on OpenCV. It takes video as an input and scans the document present in the video and then zooms it and shows the clear text on the document.
House Price Prediction in Python Using Machine Learning
In this tutorial, we will learn how to do exploratory data analysis, feature engineering, and apply all the regression model to house prices using Python.
GreeenSock Animations with JavaScript
GSAP animates anything JavaScript can touch (CSS properties, SVG, React, canvas, generic objects). It provides a reliable way of applying and customising animations in web
Caesar Cipher using Python
Caesar cipher is the simplest and oldest substitution cipher. It is a fundamental part of cryptography. In this project, we shall understand the cipher, view its features and implement it.
Web Scrapping to get Book names and price using Python
This is a Webscrapping Project using Python. The website is scrapped and the data collected is stored in Books.csv. And Price vs No of Books graph is plotted.
Webscappinng using Python
This is a Webscrapping Project using Python. The website is scrapped and the data collected is stored in Books.csv. And Price vs No of Books graph is plotted.
Build a simple Calculator - Python GUI (tkinter)
In this post, you will be learning how to create a graphical user interface with Python and Tkinter and also you will learn how to build a simple calculator app!
CodePlayer: Learn and Experiment with HTML,CSS and JavaScript in real time!
A recreation of the tool JS Bin that allows you to get instant output as you play around with different JavaSript and CSS styles. Try all new features and test them out here!
Eye detection using OpenCV Python
We can also detect eyes and faces using OpenCV Python that which wee are going to learn in this tutorial.To achieve this we are using a trained model for eyes and face
Extractive Text Summarization using Python
In this packet I have created a text summarization pipeline using Python that takes in data that is text(paragraphs) and convert them to the size that user wishes.
Word Cloud Using Python
Word cloud is a pictorial representation of important keywords in our text. The important keywords are the most frequently occurring words in our text.