{"id":19215309,"url":"https://github.com/krisharul26/password-strength-prediction-deployment","last_synced_at":"2026-04-20T04:02:26.035Z","repository":{"id":163617067,"uuid":"367709947","full_name":"KrishArul26/Password-Strength-Prediction-Deployment","owner":"KrishArul26","description":"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.","archived":false,"fork":false,"pushed_at":"2021-07-15T08:33:46.000Z","size":18584,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T18:25:34.352Z","etag":null,"topics":["accuracy-metrics","logistic-regression-classifier","machine-learning","python","roc-curve","svm-classifier","xgboost-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KrishArul26.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-15T19:02:34.000Z","updated_at":"2023-01-03T19:35:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a6bd339-90a1-44b4-9e5f-a881bfcc9599","html_url":"https://github.com/KrishArul26/Password-Strength-Prediction-Deployment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishArul26%2FPassword-Strength-Prediction-Deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishArul26%2FPassword-Strength-Prediction-Deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishArul26%2FPassword-Strength-Prediction-Deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KrishArul26%2FPassword-Strength-Prediction-Deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KrishArul26","download_url":"https://codeload.github.com/KrishArul26/Password-Strength-Prediction-Deployment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240289733,"owners_count":19777939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accuracy-metrics","logistic-regression-classifier","machine-learning","python","roc-curve","svm-classifier","xgboost-algorithm"],"created_at":"2024-11-09T14:13:18.934Z","updated_at":"2026-04-20T04:02:20.987Z","avatar_url":"https://github.com/KrishArul26.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password-Strength-Prediction-Using Traditional ML\n\n* This project has tried with SVM, Logistic Regression and XGBoosting ML algorithms\n\n ### Demo of the app: \n \n * If wanted to see App Please click [here](https://password-strength-prediction.herokuapp.com/)\n \n ### Please Enter the value \u0026 clisk the predict button\n \n \u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120509504-db985080-c3c8-11eb-925b-ad17a4e7a932.png\" width=\"400\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120509748-1306fd00-c3c9-11eb-9b43-44299a9c3b88.png\" width=\"400\" /\u003e \n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120509999-4d709a00-c3c9-11eb-94a4-57d076ffe96a.png\" width=\"400\" /\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120510551-d2f44a00-c3c9-11eb-8c2f-b77a96420b8c.png\" width=\"400\" /\u003e \n\u003c/p\u003e\n\n### 📁 Data Collection\n\n* 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.\n\n* The dataset used can be downloaded [Here](https://raw.githubusercontent.com/KrishArul26/Password-Strength-Prediction-Deployment/main/Password_strength_data.csv) \n\n### 🔑 Prerequisites\n* All the dependencies and required libraries are included in the file [requirements.txt](https://github.com/KrishArul26/End-to-End-Deployment-Air-Quality-Index-prediction/blob/main/requirements.txt)\n\n### 🚀 Installation\n\n1. Clone the repo\n\n* git clone https://github.com/KrishArul26/Password-Strength-Prediction-Deployment.git\n\n2. Change your directory to the cloned repo\n\n* cd Password-Strength-Prediction-Deployment\n\n3. Create a Python virtual environment named 'test' and activate it\n\n* pip install virtualenv\n\n* virtualenv test\n\n* test\\Scripts\\activate\n\n4. Now, run the following command in your Terminal/Command Prompt to install the libraries required\n\n* pip install -r requirements.txt\n\n### 💡 Working\n\n1. Open terminal. Go into the cloned project directory and type the following command:\n\n* python Password_app.py\n\n### 🔑 Results \n\n* 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.\n\n### Logistic-Regreesion Confiusion Matrix: [Open In Colab](https://colab.research.google.com/drive/1GYQUTtwBDqSpFGk_lA2C_aMAGYCKBu2u)\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120512003-392d9c80-c3cb-11eb-98aa-6bdf872ec8b8.png\" width=\"500\" /\u003e \n\u003c/p\u003e\n\n### SVM - Confiusion Matrix\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120512578-ca047800-c3cb-11eb-920c-624ded17fbf0.png\" width=\"500\" /\u003e \n\u003c/p\u003e\n\n### XGBoosting - Confiusion Matrix\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/74568334/120512243-73973980-c3cb-11eb-8326-8e9a8931fe45.png\" width=\"400\" /\u003e \n\u003c/p\u003e\n\n# Conclusion\n* Among those model SVM has been selected because the SVM has a higher ROC-Value than the logistic regression model.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisharul26%2Fpassword-strength-prediction-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrisharul26%2Fpassword-strength-prediction-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisharul26%2Fpassword-strength-prediction-deployment/lists"}