Coders Packet

Listing of packets of source code submitted by coders

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.

SVM Classifier for Customer Purchase Prediction in Python

This is basically a classifier that takes certain parameters as input and then gives the output whether the customer is likely to buy a product or not made in Python.

Weed-Identification using Deep Learning in Python

Weeds are a major roadblocks to farmers which tend to reduce their yield. Here we aim to detect those weeds using Deep Learning

Digit Recognizer in Python using Deep Learning (CNN) in the MNIST dataset

Digit recognizer trained in python using the MNIST dataset. Accuracy: 99.26% CNN model trained using Keras in Google Colab.

Face Recognition in Python using Haar Cascade and MTCNN library in pictures

Face Recognition in python3 using - i) Haar Cascade Classifier in OpenCV ii) MTCNN library with high accuracy. The code detects faces in pictures.

Face Recognition and Face Verification in Python using Keras

In this tutorial, We are going to build a facial recognition system model in Python using Keras. Most of the ideas are taken from FaceNet and DeepFace.

Simple Banking Application using Java

This is a project on a simple banking application using Java. It handles the basic banking services like check balance, deposit cash, withdrawing cash, etc.

EMPLOYEE PAYROLL SYSTEM IN PYTHON USING TKINTER

This project is all about a employee payroll system in Python using tkinter. It generates employee's weekly salary,payslip etc. By using this system one can generate payslip in one go.

ChatBot using TensorFlow in Python

The chatbot is made using Python. Famous library of TensorFlow is used for making it. Basic intents are used. Chatbot can answer regarding menu and restaurant information.

Identifying potential customers for loans using Machine Learning technique based on Python

Here we identify potential customers for loans using Machine Learning techniques based on Python

Your Mini Playlist Video Player Using JavaScript

This Project is like a Prototype of Your Playlist videos or music which You Want to play it on.

Stock Price Prediction using Linear Regression in Python

Project on prediction of stock prices using a simple linear regression model in Python