/Password-Analyzer-Using-Machine-Learning

Shows password strength, shows password breach status and has a strong password generator.

Primary LanguageJupyter Notebook

How to run the application in your local machine:

Use a text editor like VSCode

Create virtual environment:

pyton -m venv venv

Install the dependencies:

pip install -r requirements.txt

Run the command in the terminal:

streamlit run main_app.py