Coders Packet

Listing of packets of source code submitted by coders

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.

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