Coders Packet

Listing of packets of source code submitted by coders

Invisible Cloak using Python OpenCV

In this project, alike Harry Potter, we can become invisible using any robe or sheet. For the project I have used Python Open CV

IMDb Dataset Review Classification in Python using TensorFlow

In this project, we will make use of TensorFlow to create a simple NLP model to predict if a movie review is positive or negative.

Product landing page template using JavaScript and html

This project is made to use JavaScript for creating a dynamic Landing page. The web page is divided into various sections as it would be in a CMS.

personal blogging site template using html and css

I have used HTML and CSS to develop this site. Advanced CSS tools like CSS Grid and CSS Flexbox are incorporated.

Spam message detection using Keras

This project is used for detecting if a message is spam provided there are certain words present in the message using RNN(Recurrent Neural Networks) through the Keras framework.

Anomaly Detection using various machine learning techniques in Python

Using Python and Scikit-Learn, MatplotLib, Seaborn, Pandas in Various domains for anomaly detection with required code.

Multiple Image Classification in Python using TensorFlow

In this project, we will learn how to classify different objects using neural networks made from scratch. We will classify five furniture objects.

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.

Image Compression in Python using K-Means Clustering

Implementation of the K-Means Clustering algorithm to compress images by keeping only the most useful 'k' colors of an image.

Bill Management System In Python With Source Code

The Bill Management System In Python is a GUI project using Python which displays the menu of the departmental store, takes orders from the customer, and generates a bill.

Text Extraction From Image And Pdf Using Python and Tesseract

Text Extraction from both images and pdfs in Python using Tesseract OCR(handled by pytesseract)

Pedestrian Detection in Python

Through webcam or image you can detect Pedestrian in Python using openCV and imutils (Note: specify your image path)