A Python machine learning project that predicts password strength (Weak / Medium / Strong) using a Naive Bayes classifier.
This project learns from example passwords and predicts new password strength using:
- Naive Bayes classifier
- Character-level vectorization
Install dependencies:
pip install scikit-learn