Skip to content

iamSShan/Password-Strength-Evaluator-using-ML

Repository files navigation

PASSWORD STRENGTH EVALUATOR

Evaulates strength of password entered by user using Machine learning models.

Demo

Live at: https://password-se.herokuapp.com/

Demo Gif

Installation

To run this project

  • Create a virtual environment like
  virtualenv venv37 -p python3
  • Activate the environment

    If linux:

    sourve venv37/bin/activate 

If Windows, go inside venv37\Scripts folder using terminal and run activate

  • Install all required libaries
    pip install -r requirements.txt

Tech Stack

Frontend: HTML, Css, JavaScipt, Jinja

Backend: Python with Flask, Jupyter Notebook

Server: Heroku

About

Web app to compute strength of your password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages