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.

Prateek Kumar · Sep 29, 2020

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.

Prateek Kumar · Sep 29, 2020

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.

Shivesh Chaturvedi · Sep 29, 2020

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

ALBINUS B · Sep 28, 2020

Linear Regression in Python using NumPy

Implementation of Linear Regression from scratch in Python using NumPy library with mean squared error as loss function.

Prateek Kumar · Sep 28, 2020

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.

Dev Mehta · Sep 27, 2020

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.

Shrikumar Shankar · Sep 27, 2020

Simple Calculator Using JavaScript

This Project Focuses on Making A Simple Calculator Using simple Arithmetic Operation in JavaScript.

Rituraj · Sep 27, 2020

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

MALEPATI NAGENDRA DEEPAK · Sep 27, 2020

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.

MALEPATI NAGENDRA DEEPAK · Sep 27, 2020

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.

Samyak Jain · Sep 26, 2020

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.

Akash Chauhan · Sep 26, 2020