Coders Packet

Listing of packets of source code submitted by coders

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.

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.

Prediction of Rainfall using Multilinear Regression in Python

Prediction of annual rainfall in all states of India from the year 1901-2015 from monthly rainfall by using simple multilinear regression concepts using Python.

Document Scanner in Python using OpenCV

Technology helps to make task easier, this packet helps to scan documents in Python using OpenCV and NumPy

OTP Generation using Java

This project involves generating One Time Password using Java Swing Components and Math libraries

Sign Language Detection in PYTHON using KERAS and CNNs

This Python Project Learns the American Sign Language Digits and then predicts using images it has never seen before. The Model used is made using Convolution Neural Networks in Keras.

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.

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.

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.

Object detection in Python using Keras

We will learn about object detection using a very powerful algorithm known as the YOLO algorithm using Keras in Python

Question Classifier for Industrial Chatbots in Python

This project is made in Python and is basically a classifier for chatbots that can be used to classify questions and improve customer service flow.