Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,4 @@ tags:
|
|
| 6 |
- password
|
| 7 |
---
|
| 8 |
|
| 9 |
-
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.
|
|
|
|
| 6 |
- password
|
| 7 |
---
|
| 8 |
|
| 9 |
+
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. 1 means secure and 0 insecure.
|