Kushal997-das / Project-Guidance

:octocat:🌟 The Ultimate resources for beginner to advance level projects all at one place 💻 🎯🚀
https://project-guidance.vercel.app/
MIT License
455 stars 304 forks source link

Password Strength Checker ML #1177

Open AkhilYadavPadala opened 3 weeks ago

AkhilYadavPadala commented 3 weeks ago

Is your feature request related to a problem? Please describe.

A password strength checker works by understanding the combination of digits, letters, and special symbols we use in our password. It is created by training a machine learning model on a labelled dataset of different combinations of letters and special symbols people use in passwords. The model learns from data about what combinations of letters and symbols can be classified as a solid or weak password.

Describe the solution you'd like.

So, I would like to implement an ML algorithm(Random Forest Classifier) to check the strength of the password with a model score of 0.81 and deploy it as a web app.

Describe alternatives you've considered.

I would like to deploy it as a web app so that users can easily get access to the model.

Add any other context or screenshots about the feature request here.

Screenshot (326)

github-actions[bot] commented 3 weeks ago

It's great having you contribute to this project

Thanks for opening thisIssue 🙌, Welcome to Project Guidance 💖 We will review everything and get back to you.
Make sure to give a star to this repo before making a fork! Thank you :)