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).
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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)