Giter Club home page Giter Club logo

passwordcheck's Introduction

PasswordCheck

This project implements a password strength classifier using machine learning techniques. The primary goal is to assess the strength of passwords and categorize them into three classes: Weak, Strong, and Very Strong. The classification is performed using logistic regression, and the textual data of passwords is converted into numerical features using TF-IDF vectorization.

Key Features

Data Processing: The dataset is processed to handle missing values, and the passwords are shuffled for robust model training.

TF-IDF Vectorization: The project utilizes the TF-IDF vectorization technique to convert textual password data into a numerical format suitable for machine learning models.

Model Training: A logistic regression model is trained on the processed data to learn the relationships between password characteristics and their strength levels.

User Interaction: The project includes a feature for users to input a password, and the trained model predicts its strength level (Weak, Strong, or Very Strong).

Model Evaluation: The effectiveness of the model is assessed using evaluation metrics such as confusion matrix, accuracy score, and a classification report.

Getting Started

To use the project, follow the installation instructions in the README. After installation, you can explore the Jupyter Notebook to understand the code, train the model, and evaluate its performance. The provided Python script allows users to interactively check the strength of their passwords.

passwordcheck's People

Contributors

dhritisreec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.