Coders Packet

Listing of packets of source code submitted by coders

Password Strength Checker using Java

This is a project on password validator and strength checker using Java which tells the strength of our given password.

Sentiment Analysis of Tweets using Naive Bayes & Random Forest Classifiers - Python

Project on sentiment analysis of Twitter data to help detect tweets with hate speech by applying ML models like Gaussian Naive Bayes, Multinomial Naive Bayes and Random Forests with Python.

Data Preprocessing Template in Python

This is a Data Preprocessing Template which we can apply on any dataset. You just have to change the name of Dataset. It contains Dataset and the template with extension .ipynb.

Covid-19 Analysis in Python using Holt Model

Analysis of the Covid-19 data to check the spread of the pandemic and growth in the number of cases reported. Also this analysis help to forecast the spread of the disease.

Covid 19 tracker using JavaScript for calling external API

This app provides real-time tracking of COVID-19 cases worldwide and country-wise also. Also, the app has very vital information such as International COVID-19 prevention guidelines.

Campus Placement Data Analysis using Python

It is a machine learning model based on Python. In this model we are going to Predict the placement status of the students and the expected salary of the students in the placement.

PHP Image Uploader

This allows the users to upload images. Users can upload any sorts of images. It uses HTML,CSS and Php.

Classification of Handwritten Digits of MNIST Dataset in Python

The objective is to build a deep neural network in python which can classify the handwritten digits of MNIST dataset in python

Image Blending with Trackbar in Python using OpenCV library

This is a simple mini project in which two images are blended together with a trackbar in python using the OpenCV library

Rotating the Live Webcam Video in Python using OpenCV

This is a mini project created using the OpenCV library of python. This involves rotating the live webcam video.

Image Classification with Fashion MNIST dataset in Python using CNN

To classify the images from the Fashion MNIST dataset in python using the Convolutional Neural Network

Handwriting Recognition Using NumPy, pandas and matplotlib in Python

The model is been used to predict the handwritten numbers from 0 to 9, data set is been obtained from the mnist as .csv file and then the model is split into train and test set