Code Packets
Browse all published coding projects
Web scrapping using Beautiful Soup in Python
The packet allows us to search any company by name or address, then takes all the results from Zaubacorp.com and puts them in a excel file with all the necessary details about the company.
Churn_Modelling in Python
The main aim of this Python jupyter project is to create a job demographic segmentation model to tell the bank which of its customers are at the highest risk of leaving.
Google Drive type File Explorer Web application using python3 Flask and Jquery
This packet is web file explorer with google drive like User Interface. With built in video player and image viewer and a terminal to execute command on a remote host.
Generating Synthetic Images with DCGANs(Deep Convolutional GAN) in Keras
In this Packet, i am going to build and train a Deep Convolutional GAN (DCGAN) with Keras to generate images of digits.I am going to use mnist dataset.
Automatic Login Tool [Python, OpenCV, Selenium, BeautifulSoup & Tesseract]
A simple automatic login tool built using Python, OpenCV, Selenium, BeautifulSoup & Tesseract enabling faster login to websites.
Predicting car prices by linear regression using scikit-learn in Python
This project is demonstration of simple linear regression in Python using scikit-learn on real world problem of predicting car prices.
Movie Recommendation System in R
In this project, a movie recommendation system is created using RecommenderLab library in r.
Search fastest free proxy from various websites using python3
This script is written in python3 and scraps proxy lists from various websites and sorts tham by time taken. these proxies can be directly used to for scraping or other tasks.
Image Text Searcher Using Python & Tesseract
This project aims to create a tool using Python & Tesseract OCR that identifies words in any given image and counts the occurences of any given target word.
Twitter Sentiment Analysis using Python
In this project, I have analyzed and created a model to sort the tweets based on the words used. I have used Python for this project
SBI employee salary database scraper in python3 (requires manual captcha filling)
This packet contains a script which can be used to scrap sbi employee salary database. A GUI interface can be used to scrap data or it can be used in other projects.
Heap Sort using C++
This code takes the input array from user and sort it using the heap sorting algorithm (most time and space efficient) , shows the process of heap sort and gives the final sorted array list.