Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.83 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.83 KB

Safe-Password 🔑

A password stregth checking system using Natural Language Processing.

Password-logo

  • The Dataset I've used to train the models is here.

  • You can find .ipynb file of the project from here.

Libraries Used

Libraries used in this project are as follows:

  • pandas
  • numpy
  • seaborn
  • sklearn

Installation Setup

1. Clone the repository

You can clone this repository using command: https://github.com/iamvatsalpatel/Safe-Password.git

2. Open NLP_Password_Strength_Prediction.ipynb

You can open the .ipynb file using Google Collab or Jupyter Notebook.
Don't have Jupyter Notebook? Don't worry, run the following commands and you're good to go 🚀

$ pip install notebook
$ jupyter notebook

3. Execute all the cells consecutively to check the stregth of your password.

Implementation Screenshot

ss1

ss2

ss3

Facing any issues???

Feel free to open an issue. I'll be glad to help you.😁