gurwindersingh commited on
Commit
7452c6a
·
1 Parent(s): 873c510

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -52,12 +52,6 @@ def findEncodings(Images):
52
  encodeList.append(encode)
53
  return encodeList
54
 
55
- def extract_features(image):
56
- feature = np.array(image)
57
- feature = feature.reshape(1,48,48,1)
58
- return feature/255.0
59
-
60
-
61
  encodeListknown = findEncodings(Images)
62
  st.write('Encoding Complete')
63
 
 
52
  encodeList.append(encode)
53
  return encodeList
54
 
 
 
 
 
 
 
55
  encodeListknown = findEncodings(Images)
56
  st.write('Encoding Complete')
57