Satisfying my data curiosity; starting from engineering data.
PROJECTS
2025-05-30
Heart Disease Prediction!
This project uses machine learning to predict the likelihood of heart disease in patients based on various health metrics.
2025-01-07
Predicting House Prices; MLR vs RFR
This project compares the performance of Multiple Linear Regression (MLR) and Random Forest Regression (RFR) algorithms in predicting house prices.
2025-01-06
Predicting Heart Disease; SVC vs Random Forest!
This project compares the performance of Support Vector Classifier (SVC) and Random Forest algorithms in predicting heart disease.
2022-10-30
Cleanup with Click!
Using click, this cli app organises messy folders, by putting similar files into folders. ie all documents into a Document folder, images into Images folder etc.
2022-06-30
Stringify!
This desktop app converts a collection of objects into string versions, it also supports adding a delimeter for each object.
2020-08-20
Web Scrapping API-less.
Using python requests and beautiful soup this project provides a multi-page scraper for an e-commerce site that does not have an API.
2020-07-30
End to End ETL Pipeline
I explore creating a full end to end pipeline that extracts data from a postgres db transforms it and loads the data back into a postgres db using pyspark