EmptyFlash / CatSexClassifier / 0.1.2
CatSexClassifier
Royalty Free
A convolutional neural network that identifies the sex of cats
Language
Python 2.x
Metrics
API Calls - 507
Avg call duration -
N/A
Permissions
The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT).
Learn more
Run an example
Input
Output
{
"confidence": 1,
"sex": "male"
}
Install and use
Install
Install the Algorithmia CLI client by running:
curl -sSLf https://algorithmia.com/install.sh | sh
Then authenticate by running:
$ algo auth
# When prompted for api endpoint, hit enter
# When prompted for API key, enter your key: YOUR_API_KEY
Use
algo run EmptyFlash/CatSexClassifier/0.1.2 -d '"data://EmptyFlash/TestData/363938_3_M.jpg"' --timeout 300