Skip to content

Instantly share code, notes, and snippets.

@yavuzKomecoglu
Created May 10, 2018 21:23
Show Gist options
  • Save yavuzKomecoglu/9d05892035c659c5ce53556d125f27bf to your computer and use it in GitHub Desktop.
Save yavuzKomecoglu/9d05892035c659c5ce53556d125f27bf to your computer and use it in GitHub Desktop.
from keras.applications import ResNet50
from keras.preprocessing.image import img_to_array
from keras.applications import imagenet_utils
from PIL import Image
import numpy as np
from flask import Flask, render_template, request, jsonify, send_from_directory
import io
import werkzeug
import datetime
import os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment