KrishArul26 / Password-Strength-Prediction-Deployment

This repository, focus on password strength prediction. I have created an SVM model to classify whether password strength or medium or weak. After training the model, It has deployed on the Heroku platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password-Strength-Prediction-Using Traditional ML

  • This project has tried with SVM, Logistic Regression and XGBoosting ML algorithms

Demo of the app:

  • If wanted to see App Please click here

Please Enter the value & clisk the predict button

πŸ“ Data Collection

  • Password strength data was collected on the Kaggle and this dataset contains 80000 amount of observation as well as two featuresn which are password and strength. This strength has three level which are low, medium and strong.

  • The dataset used can be downloaded Here

πŸ”‘ Prerequisites

  • All the dependencies and required libraries are included in the file requirements.txt

πŸš€ Installation

  1. Clone the repo
  1. Change your directory to the cloned repo
  • cd Password-Strength-Prediction-Deployment
  1. Create a Python virtual environment named 'test' and activate it
  • pip install virtualenv

  • virtualenv test

  • test\Scripts\activate

  1. Now, run the following command in your Terminal/Command Prompt to install the libraries required
  • pip install -r requirements.txt

πŸ’‘ Working

  1. Open terminal. Go into the cloned project directory and type the following command:
  • python Password_app.py

πŸ”‘ Results

  • This project has tried with SVM, Logistic Regression and XGBoosting ML algorithms with 80000 amount of the data and among them SVM has selected as best performance algorithom interm of ROC values.

Logistic-Regreesion Confiusion Matrix: Open In Colab

SVM - Confiusion Matrix

XGBoosting - Confiusion Matrix

Conclusion

  • Among those model SVM has been selected because the SVM has a higher ROC-Value than the logistic regression model.

About

This repository, focus on password strength prediction. I have created an SVM model to classify whether password strength or medium or weak. After training the model, It has deployed on the Heroku platform.


Languages

Language:Jupyter Notebook 99.8%Language:HTML 0.1%Language:Python 0.1%Language:CSS 0.0%