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.

MISHA DEY · Sep 04, 2020

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.

Radhika Talwar · Sep 03, 2020

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.

Harshit Chaudhary · Sep 03, 2020

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 .

Dhruv Khurana · Sep 02, 2020

Heart disease prediction using Keras

This project is meant for detecting the is the person has a heart disease given certain parameters as input.

ADIL SHAIKH · Sep 02, 2020

Face Recognition Using OpenCV In Python

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

Ruparna Mukherjee · Sep 02, 2020

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.

KARTIK VASHIST · Sep 02, 2020

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)

AKASH KESARWANI · Sep 02, 2020

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.

KARTIK VASHIST · Sep 01, 2020

Hangman Game using Python

A simple Python project which can play the hangman game with the help of Tkinter GUI.

K. Adarsh · Sep 01, 2020

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.

K. Adarsh · Sep 01, 2020

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.

MISHA DEY · Aug 31, 2020