File size: 288 Bytes
b3f5ebd
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
---
library_name: keras
pipeline_tag: text-classification
tags:
- security
- password
---

This is a keras model that gives a binary response showing how secure is a password. The `start.py` file has a `clf` function that inputs a string of a password and responds with a 0-1 float value.