Coders Packet

Listing of packets of source code submitted by coders

Face Recognition Using OpenCV In Python

Detecting and Recognizing known faces in an image using OpenCv and face-recognition libraries in python.

Market basket analysis Using Python, Pandas and Matplotlib Libraries

Using Python, Pandas and Matplotlib Libraries we analyse the market situation to define the relations between the the independent variables or features of the data set.

Building an Emojifier in Python

In this tutorial, we will build a baseline model (Emojifier-V1). We are going to use word vector representations to build an Emojifier.

Virtual Board in Python using Opencv

This project is developed using numpy,opencv and deque data structure. In Virtual Board we can write anything in air only we have to set HSV (Note:Default HSV set in Blue in Color)

Covid Data Analysis of Italy using Python in Jupyter Notebook

Using Python In Covid analysis we analyse not the reason but how to prevent this pandemic. To understand how to prevent this pandemic we use analysing the data set using Python.

Image Filter Effects Using Facial Keypoints Detection in Python

Facial Keypoints Detection Using Convolutional Neural Networks Model. Design 8 Selfie filter Effects using the output of Facial Keypoints Detection model and OpenCV.

Web Scraping FlipKart using Beautiful Soup

The details of Samsung mobile phones from flipkart are scraped using Beautiful Soup and saved in a CSV file.

Document Scanner using OpenCV (using Python)

A document scanner is a model based on OpenCV. It takes video as an input and scans the document present in the video and then zooms it and shows the clear text on the document.

Invisibility Cloak using OpenCV in Python

This model is based on OpenCV. Here the live video is captured and if the cloak/any material of any selected color is in the video it shows the background in that particular region.

Simple Chatbot using Python (using Tflearn library)

It is an NLP model. It is written in Python. This model is built on a simple dataset. Here the dependencies are Nltk and TensorFlow.It's a source code.

Facial Expression Recognition using Keras in Python

Using webcam as a live source, detecting your face expression, having trained on the kaggle facial expression dataset using Tensorflow, Keras, convolution neural networks in Python.

Object Detection Using Python With OpenCV

Detecting multiple objects with Python as code base and using OpenCV library. The trained datasets are obtained from YOLOv3