Skip to content

Instantly share code, notes, and snippets.

View YazanShannak's full-sized avatar

Yazan Shannak YazanShannak

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@YazanShannak
YazanShannak / migrate.py
Created December 30, 2019 14:33
Migration code from MongoDB to Elasticsearch + add embeddings from encoder
from pymongo import MongoClient
import math
from tqdm import tqdm
from elasticsearch import Elasticsearch
from keras.models import load_model
import os
import cv2
import numpy as np
import copy
import logging
@YazanShannak
YazanShannak / AutoencoderModel.ipynb
Created December 30, 2019 14:31
Autoencoder model for visual recommendation engine
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.