shujianong commited on
Commit
c91bb19
1 Parent(s): 4d739a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -17,6 +17,8 @@ My objective here is to build my first image classifier using Keras. Rare Pokemo
17
  User should upload a landscape image with the Pokemon card image positioned upright in the centre of the photo
18
  """
19
  import os
 
 
20
  os.system('pip install opencv-python')
21
  import cv2
22
  from PIL import Image
 
17
  User should upload a landscape image with the Pokemon card image positioned upright in the centre of the photo
18
  """
19
  import os
20
+
21
+ os.system('apt-get update && apt-get install -y python3-opencv')
22
  os.system('pip install opencv-python')
23
  import cv2
24
  from PIL import Image