Created
December 11, 2016 11:03
-
-
Save PandaWhoCodes/ee78c69c8e329f6d003b43a5ec611079 to your computer and use it in GitHub Desktop.
Angus Age Recognition Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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