Skip to content

Checks the strength of your password using AI and a library created for this purpose

License

Notifications You must be signed in to change notification settings

mateo252/Password-Checker-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password-Checker-AI

The goal of this project was to create a site that selects elements of a password and checks its strength using AI and a library created for this purpose.
The related work along with the AI model can be found on my KaggleProfile.

How it works

The application includes two pages:

  • About 📚 - page with a greeting and summary instructions on how the site works
  • Password 🔒 - a site where all you have to do is enter your password and AI will do the job 😏

IMG


Installation

No additional program or api key is needed.
The finished model is included in the files.
Just download this repository. 😀
And REMEMBER to run the code from the src folder along with the model.

Download a repository

> git clone https://github.com/mateo252/Password-Checker-AI.git

> cd Password-Checker-AI

Create a virtual environment and install requirements (require Python <= 3.12)

> python -m venv venv

> venv\Scripts\activate

(venv) > pip install -r requirements.txt

Finally run a project

(venv) > cd src

(venv) > streamlit run 📚About.py

License

MIT

About

Checks the strength of your password using AI and a library created for this purpose

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages