PatrickTyBrown commited on
Commit
19f2f15
1 Parent(s): b962f12

update examples

Browse files
app.py CHANGED
@@ -7,10 +7,9 @@ import numpy as np
7
  # multiclass_model = pickle.load(open('models/MulticlassModel_200x200', 'rb'))
8
  ensemble_model = pickle.load(open('EnsembleModels_200x200', 'rb'))
9
 
10
- examples = ["images/Conso.jpg", "images/Incom.jpg",'images/DBF.jpg','images/DLC.jpg','images/EHD.jpg',
11
- 'images/IDR.jpg','images/PPD.jpg','images/PSLF.jpg','images/REA.jpg','images/SCD.jpg',
12
- 'images/TDD.jpg','images/TLF.jpg','images/UD.jpg','images/test1.jpg','images/test2.jpg',
13
- 'images/test3.jpg','images/test4.jpg','images/test5.jpg','images/test6.jpg']
14
 
15
  def preprocess(img):
16
  img = cv2.resize(img, (200,200))
 
7
  # multiclass_model = pickle.load(open('models/MulticlassModel_200x200', 'rb'))
8
  ensemble_model = pickle.load(open('EnsembleModels_200x200', 'rb'))
9
 
10
+ examples = ["images/Incom.jpg", "images/DLC.jpg", 'images/EHD.jpg','images/test4.jpg','images/test6.jpg',
11
+ 'images/IDR.jpg','images/PPD.jpg','images/PSLF.jpg' ,'images/SCD.jpg',
12
+ 'images/TLF.jpg','images/test2.jpg']
 
13
 
14
  def preprocess(img):
15
  img = cv2.resize(img, (200,200))
images/Conso.jpg DELETED
Binary file (75 kB)
 
images/DBF.jpg DELETED
Binary file (609 kB)
 
images/DLC.jpg CHANGED
images/EHD.jpg CHANGED
images/REA.jpg DELETED
Binary file (423 kB)
 
images/TDD.jpg DELETED
Binary file (559 kB)
 
images/UD.jpg DELETED
Binary file (465 kB)
 
images/test1.jpg DELETED

Git LFS Details

  • SHA256: f4ab1ec66d5ba95ab2c05e450f4223b321719fc8646ac8130e67fc4d73e3577b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB
images/test3.jpg DELETED
Binary file (155 kB)
 
images/test5.jpg DELETED
Binary file (258 kB)