Code Packets
Browse all published coding projects
Python program to find sum of the squares of first n natural numbers.
This Python tutorial gives an easy way to find the sum of squares of first n natural numbers i.e., 1*1+2*2+3*3+......n*n.
Space signal wave classification using Tensorflow-Keras
The project uses Tensorflow Keras convolutional neural network, to train model to classify wave signals, with a callback to prevent overfitting.
Digit Recognizer in Python using Deep Learning (CNN) in the MNIST dataset
Digit recognizer trained in python using the MNIST dataset. Accuracy: 99.26% CNN model trained using Keras in Google Colab.
Simple calculator in Python
This project is about a calculator using Python. It consists of a graphical user interface(GUI) using Tkinter libraries of Python.
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.
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
PIZZA SHOP IN PYTHON
The Project is GUI based system. the project has file contains images, database files, Python scripts. These project will really appears like online Pizza shop.
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.
Cat Classifier in Python using Neural Networks. Deep Learning example
Cat Classifier in Python using DL. Dataset included. Train a 4 layer model with 98% and 80% accuracy on the train and test set. Actual implementation of the network without framework functions.
English to French Translator in Python using TensorFlow (LSTM)
We train a LSTM network to perform English to French Translations. The project has been implemented using TensorFlow and Keras on Python.
Breast Cancer Prediction in Python using Machine Learning
This project is used to predict whether the Breast Cancer is Benign or Malignant using various ML algorithms.