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.

Vineet Pandey · Nov 28, 2020

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.

Kotha Sai Narasimha Rao · Nov 25, 2020

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.

Narender Bhadu · Nov 24, 2020

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.

Vimal Kumar Verma · Nov 23, 2020

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.

Utsav Tripathi · Nov 20, 2020

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.

Saurabh Damle · Nov 19, 2020

Movie Recommendation System in R

In this project, a movie recommendation system is created using RecommenderLab library in r.

Rajasree Unnithan R · Nov 19, 2020

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.

Narender Bhadu · Nov 18, 2020

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.

Utsav Tripathi · Nov 18, 2020

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

Aarya Brahmane · Nov 15, 2020

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.

Narender Bhadu · Nov 14, 2020

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.

Anjani Kumar · Nov 12, 2020