Code Packets

Browse all published coding projects

Sending Encrypted Email Using MIME and smtplib in Python

Sending encrypted email in Python using smtplib,email package and MIME(Multipurpose Internet Mail Extensions).

MISHA DEY · Aug 31, 2020

Face detection using Open-CV -Python

This is a very simple face recognition that open CV has developed. Using a pre-trained cascade file we can easily detect faces within the images. Can be easily done with Pycharm Python.

Kushagra Kinjawdekar · Aug 31, 2020

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.

Kushagra Kinjawdekar · Aug 29, 2020

Random Password Generator using random() method in Java

This is a project on random password generator using random() method in Java. Just give the length of the password you want to generate.

Yash Singh · Aug 29, 2020

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.

Rajasree Unnithan R · Aug 28, 2020

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.

Hritwick Manna · Aug 28, 2020

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

Ruparna Mukherjee · Aug 28, 2020

Password Strength Checker using Java

This is a project on password validator and strength checker using Java which tells the strength of our given password.

Yash Singh · Aug 26, 2020

Sentiment Analysis of Tweets using Naive Bayes & Random Forest Classifiers - Python

Project on sentiment analysis of Twitter data to help detect tweets with hate speech by applying ML models like Gaussian Naive Bayes, Multinomial Naive Bayes and Random Forests with Python.

Dhruv Khurana · Aug 26, 2020

Data Preprocessing Template in Python

This is a Data Preprocessing Template which we can apply on any dataset. You just have to change the name of Dataset. It contains Dataset and the template with extension .ipynb.

Radhika Talwar · Aug 26, 2020

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.

KRITIKA SHELLY · Aug 25, 2020

Recognition of hand written digits using CNN in Python

Prediction of hand written digits value using CNN model trained via MNIST dataset using keras(tenserflow as the backend)

Shikhar Mishra · Aug 25, 2020