Code Packets
Browse all published coding projects
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.
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)
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.
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.
Simple Banking Application using Java
This is a project on a simple banking application using Java. It handles the basic banking services like check balance, deposit cash, withdrawing cash, etc.
ChatBot using TensorFlow in Python
The chatbot is made using Python. Famous library of TensorFlow is used for making it. Basic intents are used. Chatbot can answer regarding menu and restaurant information.
Face Recognition and Face Verification in Python using Keras
In this tutorial, We are going to build a facial recognition system model in Python using Keras. Most of the ideas are taken from FaceNet and DeepFace.
Identifying the Handwritten digits using TensorFlow in Python
It allows the user to draw a number on the screen in Python using Pygame and have the program take a guess of which digit it is from the trained model. An augmented MNIST dataset is used.
JavaScript Printing And Downloading the Web Content Of The Page
This Project focuses on Printing the content of the Page from the console using JavaScript and Downloading the Page content in pdf format.
Video Compression using OpenCV in Python
Any video can be compressed using the command line arguments with users flexibility in choosing the video and the amount by which video should be compressed using Python.
Classification Templates in Python
This packet contains Classification Python Model templates and the pros and cons of all the Different Classification models.