Code Packets
Browse all published coding projects
Sentiment Analysis in Python using LinearSVC
Here we will try to categorize sentiments for the IMDB dataset available on kaggle using Support Vector Machines in Python
Titanic data accuracy in Python with spark
Below is the given Python code with Machine learning algorithms. This is about the titanic ship and the cause of the death of thousand passengers. So, here most of them have lost their lives.
Credit card Fraud detection using AutoEncoders in Python
This project aims at detecting the fraud transactions among the Credit card transactions. Autoencoders in Keras is used for this.
MBA salary predictor(Python jupyter notebook)
This is a simple project in Python which predicts the salary of MBA students based on the marks the scored in their MBA finals.
Shopping clusters in Python using jupyter notebook
This project in Python will help malls target the right customers to buy a shopping card. As it divides the customers into 5 categories based on income and score.
Text-Based CAPTCHA Breaking System in Python Using CNN
A Text-Based CAPTCHA(Completely Automated Public Turing Test) Breaking System in Python Using CNN(Convolutional Neural Networks). Dataset: Generated using the "Captcha" library.
Emotion Detection using TensorFlow, Keras and OpenCV in Python
The Project aims to classify human face pictures based on their emotions using TensorFlow, Keras and OpenCV in Python. There are five classes namely: Angry, Happy, Neutral, Sad, Surprise.
Streamlit Dashboard for Twitter Sentiment Analysis using Python.
In this project, we will be building our interactive Web-app data dashboard using streamlit library in Python. We will be doing sentiment analysis of Twitter US Airline Data.
Face Recognition using OpenCV
Face recognition is a software recognizing an individual from a digital image from an image or video source. In this project, OpenCV library is used for recognizing faces.
Youtube Data Analysis using Python
In this project, I am going to analyse and visualize data generated by Youtube by the end of this project you can learn how to analyse text data and text cleaning and basic plotting with Plotly.
Face Mask Email Alert using CV and OpenCV in Python
The Project detects a person without a safety mask in real time using CV, OpenCV in Python and sends an email alert to the supervisor immediately along with a warning message on the screen.
Snake_Game_using_Tkinter (Python)
There is one GUI window in which there are a snake and the food at a random position , we can move snake through arrow keys.