Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ import textdistance
|
|
24 |
from spacy.lang.en.stop_words import STOP_WORDS
|
25 |
#import psycopg2
|
26 |
import os
|
27 |
-
|
28 |
from tensorflow.keras.preprocessing import image
|
29 |
from sklearn.feature_extraction.text import TfidfVectorizer
|
30 |
|
|
|
24 |
from spacy.lang.en.stop_words import STOP_WORDS
|
25 |
#import psycopg2
|
26 |
import os
|
27 |
+
from tensorflow.keras.applications.resnet50 import ResNet50,preprocess_input, decode_predictions
|
28 |
from tensorflow.keras.preprocessing import image
|
29 |
from sklearn.feature_extraction.text import TfidfVectorizer
|
30 |
|