Coders Packet

Listing of packets of source code submitted by coders

TODOs LIST using local storage in JavaScript

The below TODOs LIST is implemented by making use of the local storage property in JavaScript. The front-end of this TODOs LIST is made with the help of bootstrap.

Website Blocker using Python

Website blocker block the list of sites from the host file for the dates given by the user

Tic-Tac-Toe Game using Python

Tic-Tac-Toe Game where user and computer plays a Tic-Tac-Toe Game, the requirement is only Pygame.

Python code to predict job acceptance using machine learning

This project contains python code which predicts whether a given individual will be employed based on certain criteria. The packages used are sci-kit learn, pandas, numpy and deap framework.

Hotel Management System Using C++

In this project, we made a hotel management system using C++. It has many features to it such as adding/managing rooms, check-in, searching for available rooms, etc.

Calculator for Complex Numbers Using C++

In this project, we made a calculator for complex numbers using C++. We designed a simple calculator (addition, subtraction, multiplication, division) for complex numbers.

Toxic comment classifier in Python using sklearn library.

We create a Multinomial Naive Bayes model and a logistic regression model to train a toxic comment classifier. The project is in Python using sklearn library.

Image classification using CNN in Python using Tensorflow and Keras

We create a convolutional neural network to train on the CIFAR-10 and MNIST datasets to classify data into corresponding classes. The project is in Python using Tensorflow and Keras.

Object Detection Using OpenCV

This Project is based on the deep learning concept. It can detect the objects. And for developing the project. I have used Python language and Jupyter NoteBook Editor.

Student Marks Prediction According to Their Study Hours

This project is based on machine Learning model. which is a Linear Regression Model. It predicts the marks of student according to their study Hours.

Expense Management using Python

Expense Management manages the monthly expense and then categories it into different labels.

Approximation Algorithm for Traveling Salesman Problem, using nearest neighbor in Java

A Java program of Approximation Algorithm for Traveling Salesman Problem, using the nearest neighbor.