Code Packets
Browse all published coding projects
Content-Based Recommendation-System in Python Using BOW and TF-IDF
A content-based Recommendation System using the BOW(Bag Of Words) Model and TF-IDF model. Dataset - Amazon's women Apparel Product in Python.
Generating a sine and cosine curve using Python
We are going to plot and show the trigonometry functions sine and cosine in Python. We'll start by importing matplotlib and numpy in our code using the standard lines.
Audiobook in Python
This Python project will help you to convert any text file into an audio file. and you can create an audiobook using this project.
Handwritten Digit Classification using CNN in Keras
Project on classification of handwritten digits using Convolutional Neural Network (CNN) in Keras with the standard MNIST dataset .
Heart disease prediction using Keras
This project is meant for detecting the is the person has a heart disease given certain parameters as input.
Face Recognition Using OpenCV In Python
Detecting and Recognizing known faces in an image using OpenCv and face-recognition libraries in python.
Creating machine learning pipeline in Python
Pipeline is a set of multiple functions that is created to avoid repeating the same preprocessing functions on the new data whenever it is added to the original data set by automating them.
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)
Analyzing the correlations in data set using Python
Analyzing the correlations among various features in a data set provides more insight and better understanding of the data set.
Hangman Game using Python
A simple Python project which can play the hangman game with the help of Tkinter GUI.
Youtube Downloader using Python
A simple Python project to download videos from youtube using the link of the respective video with the help of a Python package called pytube.
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.