suvadityamuk
commited on
Commit
•
dc063d8
1
Parent(s):
fc1f1b8
updated requirements.txt
Browse filesSigned-off-by: Suvaditya Mukherjee <[email protected]>
- app.py +0 -3
- requirements.txt +1 -0
app.py
CHANGED
@@ -6,9 +6,6 @@ from imutils import resize
|
|
6 |
import pickle
|
7 |
from sklearn.preprocessing import LabelEncoder
|
8 |
from sklearn.svm import SVC
|
9 |
-
import numpy as np
|
10 |
-
import cv2
|
11 |
-
from imutils import resize
|
12 |
|
13 |
|
14 |
def calc_embeddings(all_files, names):
|
|
|
6 |
import pickle
|
7 |
from sklearn.preprocessing import LabelEncoder
|
8 |
from sklearn.svm import SVC
|
|
|
|
|
|
|
9 |
|
10 |
|
11 |
def calc_embeddings(all_files, names):
|
requirements.txt
CHANGED
@@ -2,3 +2,4 @@ gradio==3.17.1
|
|
2 |
imutils==0.5.4
|
3 |
numpy==1.22.0
|
4 |
scikit_learn==1.2.1
|
|
|
|
2 |
imutils==0.5.4
|
3 |
numpy==1.22.0
|
4 |
scikit_learn==1.2.1
|
5 |
+
opencv-python==4.6.0.66
|