Skip to content

Instantly share code, notes, and snippets.

View sergeyk's full-sized avatar

Sergey Karayev sergeyk

View GitHub Profile
@sergeyk
sergeyk / return_image_and_plot_with_flask.py
Created January 15, 2013 05:50
Demonstration of how to return an image generated with numpy and a plot generated with matplotlib using the Flask web server.
"""
Demonstration of how to return an image generated with numpy and a plot
generated with matplotlib using the Flask web server.
Requirements: numpy, flask, scikit-image, matplotlib.
"""
import cStringIO as StringIO
from flask import Flask, send_file
import numpy as np
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am sergeyk on github.
  • I am sergeyk (https://keybase.io/sergeyk) on keybase.
  • I have a public key whose fingerprint is 883F 4650 C71D CEFA 30AC 38DB 4EC8 1576 EE7C FAEF

To claim this, I am signing this object:

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sergeyk
sergeyk / ava style results.ipynb
Last active December 27, 2015 01:29
ava style results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sergeyk
sergeyk / wikipaintings artist results.ipynb
Last active December 27, 2015 01:29
wikipaintings artists
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sergeyk
sergeyk / flickr results.ipynb
Last active December 27, 2015 01:29
flickr results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sergeyk
sergeyk / wikipaintings results.ipynb
Last active December 27, 2015 01:29
wikipaintings results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{