Skip to content

Instantly share code, notes, and snippets.

View adamgross's full-sized avatar

Adam Gross adamgross

View GitHub Profile
@adamgross
adamgross / google-image-example.json
Created February 5, 2018 20:38
Google Image API Example
{
"landmarkAnnotations": [
{
"mid": "/m/0xsq6",
"description": "Battersea Power Station",
"score": 0.6383035,
"boundingPoly": {
"vertices": [
{
"x": 187,
@adamgross
adamgross / image-api-color-results.json
Last active February 5, 2018 20:36
image-api-color-results
"dominantColors": {
"colors": [
{
"color": {
"red": 224,
"green": 197,
"blue": 136
},
"score": 0.22920254,
"pixelFraction": 0.032422893
@adamgross
adamgross / electric_objects.py
Last active September 13, 2015 21:06 — forked from harperreed/electric_objects.py
Electric objects simple API wrapper
import requests
import urllib
import requests
import json
import random
"""
here is a wrapper for the *unreleased* electric objects API
Built by Harper Reed ([email protected]) - @harper