πŸ€– Machine Learning

Password Strength Classifier with Machine Learning

View on GitHub

This password strength checker assesses the mix of numbers, letters, and special symbols in your password. It’s crafted by training a machine learning model on a dataset with different combinations of letters and symbols people commonly use. The machine learning model learns from this data to classify combinations as strong or weak passwords.

πŸ“ˆ Data Science

Predicting Real Estate Prices in Ames, Iowa

View on GitHub

The project delves into the years 2006-2010 of property sales in Ames, Iowa. This predictive model is built to accurately forecast the sales prices of houses in the test set, leveraging insights derived from an in-depth exploratory data analysis (EDA).