Skip to content

Instantly share code, notes, and snippets.

@PandaWhoCodes
Created December 11, 2016 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PandaWhoCodes/ee78c69c8e329f6d003b43a5ec611079 to your computer and use it in GitHub Desktop.
Save PandaWhoCodes/ee78c69c8e329f6d003b43a5ec611079 to your computer and use it in GitHub Desktop.
Angus Age Recognition Python
import angus
conn = angus.connect()
service = conn.services.get_service('age_and_gender_estimation', version=1)
job = service.process({'image': "http://i.imgur.com/U0wgzIT.jpg"})
print(job.result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment