Pinned Repositories
contribution-of-characters-to-the-mcu
This project calculates the contribution of each character to the Marvel Cinematic Universe in terms of how much time they spend on screen. The TF-IDF ranking algorithm is used here for the purpose.
covid19-india-dashboard-flask
Simple dashboard with Covid19 data available for India built using Flask
cwc-2019-ball-by-ball-dataset
Ball-by-ball data set generated out of the commentary data scraped for every match of the ICC Cricket World Cup 2019 from the ICC website
exploratory-data-analyses
Exploratory data analysis done on datasets in Python and R
fetch-colors-from-image
Mini-project that runs a Python script to generate a list of major colours in the input image file. Uses Open-CV and the concept of K-Means clustering.
football-dashboard
k-means-clustering-python
K-Means clustering of given data set using Python without using frameworks
knn_movie_recommender
A movie recommender that recommends movies using the K Nearest Neighbours algorithm from a list of ~5000 movies
sentiment-analysis-subtitles
A mini-project in NLP to perform sentiment analysis on subtitles of movies using TextBlob. (Work under progress)
text-editor-for-markdown-files
This is a simple text editor for markdown files built using python and tkinter for adding more notes to https://github.com/ppai22/my-notes
ppai22's Repositories
ppai22/knn_movie_recommender
A movie recommender that recommends movies using the K Nearest Neighbours algorithm from a list of ~5000 movies
ppai22/sentiment-analysis-subtitles
A mini-project in NLP to perform sentiment analysis on subtitles of movies using TextBlob. (Work under progress)
ppai22/contribution-of-characters-to-the-mcu
This project calculates the contribution of each character to the Marvel Cinematic Universe in terms of how much time they spend on screen. The TF-IDF ranking algorithm is used here for the purpose.
ppai22/cwc-2019-ball-by-ball-dataset
Ball-by-ball data set generated out of the commentary data scraped for every match of the ICC Cricket World Cup 2019 from the ICC website
ppai22/k-means-clustering-python
K-Means clustering of given data set using Python without using frameworks
ppai22/text-editor-for-markdown-files
This is a simple text editor for markdown files built using python and tkinter for adding more notes to https://github.com/ppai22/my-notes
ppai22/covid19-india-dashboard-flask
Simple dashboard with Covid19 data available for India built using Flask
ppai22/exploratory-data-analyses
Exploratory data analysis done on datasets in Python and R
ppai22/fetch-colors-from-image
Mini-project that runs a Python script to generate a list of major colours in the input image file. Uses Open-CV and the concept of K-Means clustering.
ppai22/football-dashboard
ppai22/football-shots-and-goals-data-analysis
Data Analysis on Football matches in the EPL from 2011 to 2019 on Shots and Goals scored using R
ppai22/indi-globle
ppai22/js-games
Games built using Javascript
ppai22/math_plots
Simple python implementations for mathematical plots
ppai22/my-notes
I like to keep learning new things. Here are my notes on Python, from the most basic to the more complicated ones. Always a work in progress.
ppai22/ncovid19-stats-data-analysis
Mini Data Science project on nCOVID-19 infections data
ppai22/neural-networks-deep-learning
Code related to Neural networks and Deep Learning
ppai22/rdataviz
Repo to contain code with working on data and plotting with R
ppai22/recommender
Attempt at developing a movie recommender using the MovieLens dataset
ppai22/samples
ppai22/tic-tac-toe
Basic Tic-Tac-Toe game built in C++ while learning the language