Code Packets
Browse all published coding projects
Kruskal Algorithm MST implementation in Python
Given module calculates the minimum cost of the spanning tree for a graph using Kruskal's algorithm. The graph is implemented by edge list and disjoint set union in Python.
K-means implementation in Python using NumPy library
Implementation of most famous clustering algorithm(K-means) using Expectation(E)-Maximization(M) technique in Python using NumPy.
Mask Detection using Python (TensorFlow, OpenCV)
This is the project on deep learning, it uses TensorFlow, OpenCV, and some other important libraries. This model detects the mask on your face.
Identifying hand digit in Python using TensorFlow and OpenCV
The hand digit is captured, processed, and predicted using the model trained. Tensorflow and OpenCV are used majorly. project is done in python
Linear Regression in Python using NumPy
Implementation of Linear Regression from scratch in Python using NumPy library with mean squared error as loss function.
Traffic Sign Classification using Keras and TensorFlow
Classifies traffic signs into 43 classes using the GTSRB dataset. The project can be used in self driving cars. The project has been implemented using TensorFlow and Keras on Python.
Facemask Detection using TensorFlow and Keras
This project is a face mask classifier used to identify whether a person is wearing a facemask or not. The Neural Network was built using TensorFlow and Keras with Python.
Simple Calculator Using JavaScript
This Project Focuses on Making A Simple Calculator Using simple Arithmetic Operation in JavaScript.
Paper tic-tac-toe game in Python
This TICTACTOE project is written in Python. the project has file contains Python scripts. These Project is a implementation of the pencil-and-paper game from our childhood
CALCULATE YOUR AGE IN PYTHON
This Calculate , Time, year, date , age in Python. The features of these system is that this is a Python application is designed to calculate the time, year, age of the users.
Image Classification in PYTHON using KERAS and CNN
This packet aims at distinguishing between different categories of images. This is Image Classification in PYTHON using KERAS and CNN.
Dummy Craigslist in Django Framework
This Django project mimics the working of Craiglist and makes use of concepts like Web Scraping, Storage, and Web Development.