ierhon commited on
Commit
b3f5ebd
1 Parent(s): 0849b56

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: keras
3
+ pipeline_tag: text-classification
4
+ tags:
5
+ - security
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.