/Password-Classification-Web

Password Classification Web

Primary LanguageHTML

Password-Classification-Web

Deployed At

!https://password-strength-classify.herokuapp.com/

Endpoints

https://documenter.getpostman.com/view/16298894/UVJhDaYD

  1. POST https://password-strength-classify.herokuapp.com/api?password=:password
  2. GET https://password-strength-classify.herokuapp.com/api/:password

Documentation

Check
1. Password Analyzer.postman_collection.json
2. Screenshots

Dependencies Used

  • Flask
  • Python
  • TF-IDF Vectorizer
  • Decision Trees
  • Pickle Library

How to run

  1. Clone repository
  2. pip install -r requirements.txt
  3. python app.py
  4. Go to localhost:5000
  5. Have Fun!