Skip to content

Instantly share code, notes, and snippets.

View georgeplaton7's full-sized avatar

George Platon georgeplaton7

View GitHub Profile
@georgeplaton7
georgeplaton7 / app.py
Created April 29, 2015 11:06
Caffe Net Classifier using mean image, pixel wise (.mean(1).mean(1))
import os
import time
import cPickle
import datetime
import logging
import flask
import werkzeug
import optparse
import tornado.wsgi
import tornado.httpserver