Prankur Shukla (prankur16shukla)

prankur16shukla

Geek Repo

0

followers

0

following

0

stars

Company:Infosys Limited

Location:Bengaluru

Github PK Tool:Github PK Tool

Prankur Shukla's repositories

Air_Quality_Index_Prediction

In this Regression project we extracted the data related to Air Quality Index from a Website. We have pre-processed the extracted data and made predictions on the AQI based on other factors. We have solved this problem by different algorithms along with Hyper Parameter Tuning.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Audio_Classification

In this project we have created a Artificial Neural Network to classify the audios along with Exploratory Data Analysis and Data Preprocessing.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Car_Price_Prediction

In this Regression Machine Learning Project, we will be analysing the used car dataset taken from a website www.cardekho.com, consisting of features like car name, manufacturing year, kms driven, ownership, torque, fuel type etc. Our focus will be on analysing the data, getting the insights related to these features and there role in affecting the sales price, we will perform feature engineering, feature selection and develop a Regression model that will predict the sales price based on the new test data.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Credit_Card_Fraud_Detection

In this Classification Machine Learning Project, we will be analysing the dataset taken from www.kaggle.com related to details of credit card owners. This data consists of features like Gender, Income type, House type, marital status and many more. Our focus will be on analysing the data, getting the insights related to these features and there role in affecting the target, we will perform feature engineering, feature selection and develop a Classification model that will predict whether it is a Fraud or not based on the new data.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Face_Recognition_Application

Face Recognition Application developed by transfer learning technique (VGG16) on data collected by a feed from a webcam.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Fake_News_Classifier

In this project, we will be creating a Fake news classifier model that will classify the news based on the 'title' and 'text', whether it is 'Real' or 'Fake'. The dataset that we are using here is taken from www.kaggle.com.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Google_Play_Store_EDA

This project is basically a Exploratory Data Analysis on Google Play Store Apps Data in order to draw several useful insights and leverage these insights to perform better as compared to other applications.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Heart_Disease_Prediction

In this Classification Machine Learning Project, we will be analysing the dataset taken from www.kaggle.com related to details of patients. This data consists of features like age, sex, chest pain type, blood pressure and many more. Our focus will be on analysing the data, getting the insights related to these features and there role in affecting the target, we will perform feature engineering, feature selection and develop a Classification model that will predict whether the patient has a heart disease or not.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Stock_Sentiment_Analysis_Using_News_Headlines

In this project we will be creating a RandomForestClassifier model that will be able to predict the movement of the stock based on the news headlines, here we are using a dataset taken from www.kaggle.com.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Whatsapp_Chat_EDA

This a EDA (Exploratory Data Analysis) project on a personal Whatsapp Group Chat inorder to obtain some insights and understand the group chat behaviour. There can be number of questions that a person can think like who messages the most, busiest hours in chat, busiest month of chat, mostly used emojis..... and many more, it solely depends on your imagination.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Power_Consumption_Prediction

In this project we will apply Recurrent Neural Network (LSTM) which is best suited for time-series and sequential problem, we will be creating a LSTM model, train it on data and make predictions to check its performance.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

prankur16shukla

My Introduction and Future Goals.

Stargazers:0Issues:0Issues:0

Security_Camera

Security Camera application to record the feed if any body or face is detected by using OpenCV in python.

Language:PythonStargazers:0Issues:0Issues:0

Spam_Classifier

In this project we have created a spam classifier model on UCI dataset. We performed data cleaning and preprocessing, followed by Stemming and Bag of Words technique and finally developed a Naive Bayes Multinomial model.

Language:PythonStargazers:0Issues:1Issues:0