diff --git a/gesture/app.py b/gesture/app.py index a9cd8d9..05db0a9 100644 --- a/gesture/app.py +++ b/gesture/app.py @@ -4,10 +4,23 @@ import os app = Flask(__name__) UPLOAD_FOLDER = os.path.join("static", "media") media = { - "img1.png": ["strike", "operator", "operator strike", "union"], - "img2.png": ["emergency beer", "beer", "cafe de bel", "bell"], - "knot-video.mp4": ["knot"], - "img3.png": ["operator", "worker", "woman"] + "beer.gif": ["beer"], + "bell.gif": ["beer", "cafe de bel", "bell"], + "box.gif": ["box"], + "cafe-de-bel": ["coffee", "bell", "beer", "cafe de bel"], + "cloud-storm.gif": ["cloud", "storm"], + "cloud.gif": ["cloud"], + "coffee.gif": ["coffee", "cafe fe bel"], + "er-beer.gif": ["emergency beer"], + "hands.gif": ["joking", "okay", "sure"], + "hurry.gif": ["time", "hurry", "pebbles"], + "iloveu.gif": ["i love you", "i see you", "i feel you", "i miss you"], + "oper-strike.gif": ["operator", "worker", "woman", "strike"], + "operator.gif": ["operator", "worker", "woman"], + "pdf-impose.gif": ["pdf impose", "makarena"], + "pebbles.gif": ["time", "clockwise", "anticlockwise"], + "strike.gif": ["strike", "worker", "woman", "operator"] + } # media = ["operator", "worker", "woman"] diff --git a/gesture/static/media/bell.gif b/gesture/static/media/bell.gif new file mode 100644 index 0000000..84a9b02 Binary files /dev/null and b/gesture/static/media/bell.gif differ diff --git a/gesture/static/media/caafe-de-bel.gif b/gesture/static/media/cafe-de-bel.gif similarity index 100% rename from gesture/static/media/caafe-de-bel.gif rename to gesture/static/media/cafe-de-bel.gif diff --git a/gesture/static/media/coffee.gif b/gesture/static/media/coffee.gif new file mode 100644 index 0000000..f0845b6 Binary files /dev/null and b/gesture/static/media/coffee.gif differ diff --git a/gesture/static/media/operator-good.gif b/gesture/static/media/operator-good.gif deleted file mode 100644 index 919b5d6..0000000 Binary files a/gesture/static/media/operator-good.gif and /dev/null differ diff --git a/gesture/static/media/operator.gif b/gesture/static/media/operator.gif index 8cd5e6b..919b5d6 100644 Binary files a/gesture/static/media/operator.gif and b/gesture/static/media/operator.gif differ