Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
42 stars 117 forks source link

Password Strength Checker ML #201

Open AkhilYadavPadala opened 3 weeks ago

AkhilYadavPadala commented 3 weeks ago

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.

Solution: 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.95 and deploy it as a web app.

Could you assign this issue with the GSSoC tag and a level(1/2/3)?

github-actions[bot] commented 3 weeks ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions reach out to LinkedIn. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

AkhilYadavPadala commented 2 weeks ago

Should I start working on this issue, or should I wait until it is assigned? @sanjay-kv By the way, could you assign this issue a level 2, if possible? Because I'm deploying it too : )