Pinned Repositories
LZW-algorithm
● Encoder takes the input file and compresses the file into bits as given by LZW algorithm. The decoder takes the compressed file and turns into an uncompressed readable file.
Dijkstras-Shortest-Paths-in-a-Network
● Implementation of Dijkstras algorithm and to find the shortest path in a network
Twitter-Data-Analysis
● This activity deals with text analysis of data pulled from twitter
IMDB-Movie-Dataset-Analysis
● The dataset contains 6000+ movies released & this dataset was scraped from IMDB’s website using python ‘scrapy’ & Performed Data cleaning, Data normalization (2NF level) & executed complex queries on the data set to get interesting facts about movies & analyzed the output through Tableau.
Beer-Recommendation-System-Pyspark
● Build a recommender system for the Beer Advocate data set using collaborative filtering
Multiple-Linear-Regression-using-PySpark
● Implementation of Multiple Linear Regression using PySpark
AUTOwash-Schedule-car-wash-online
● AUTOwash is a platform for car owners to schedule car wash online ( Web Application Development Project)
BeerRecommender
Campus-on-cloud
● Developed a group-oriented file-sharing android application for a settled and flexible sharing of files in the form of files/folder.
centos-tomcat
Docker CentOs 7 + Java 8 + Tomcat 8
sshett11's Repositories
sshett11/homer7-docker
HOMER 7 Docker Images
sshett11/centos-tomcat
Docker CentOs 7 + Java 8 + Tomcat 8
sshett11/cloud-blueprints
Cloud HAPEE integration blueprints
sshett11/Twitter-Data-Analysis
● This activity deals with text analysis of data pulled from twitter
sshett11/Multiple-Linear-Regression-using-PySpark
● Implementation of Multiple Linear Regression using PySpark
sshett11/BeerRecommender
sshett11/AUTOwash-Schedule-car-wash-online
● AUTOwash is a platform for car owners to schedule car wash online ( Web Application Development Project)
sshett11/Beer-Recommendation-System-Pyspark
● Build a recommender system for the Beer Advocate data set using collaborative filtering
sshett11/Dijkstras-Shortest-Paths-in-a-Network
● Implementation of Dijkstras algorithm and to find the shortest path in a network
sshett11/Hadoop-MapReduce-TF-IDF-Document-word-search
● Hadoop MapReduce to search a given word in a document & compute TF-IDF score
sshett11/LZW-algorithm
● Encoder takes the input file and compresses the file into bits as given by LZW algorithm. The decoder takes the compressed file and turns into an uncompressed readable file.
sshett11/IMDB-Movie-Dataset-Analysis
● The dataset contains 6000+ movies released & this dataset was scraped from IMDB’s website using python ‘scrapy’ & Performed Data cleaning, Data normalization (2NF level) & executed complex queries on the data set to get interesting facts about movies & analyzed the output through Tableau.
sshett11/College-Khabar
● A Relational Database Management project which aims to provide information to upcoming students about various Engineering and Medical colleges situated in Karnataka.
sshett11/Campus-on-cloud
● Developed a group-oriented file-sharing android application for a settled and flexible sharing of files in the form of files/folder.
sshett11/Mapreduce-Movie-Similarities-using-mrjob
● The objective of this part is to use a large corpus of movie data and provide recommendations for similar movies based on ratings by using statistical correlation and cosine similarity. Movies.csv and ratings.csv files are downloaded for this purpose.