AIの情報
松屋警察
牛丼の画像から牛丼御三家の「松屋」、「すき家」、「吉野家」のうち、どれかを判定します!
松屋
すき家
吉野家
累計:10人
累計:359人
AIを試してみる
AIをみんなに紹介しよう!
みんなの診断結果を見てみよう!
APIを使う!
HTTP request
POST https://aimaker.io/image/classification/api
Query parameters
Parameters | |
---|---|
id |
Required |
apikey |
Required |
file |
※Required |
base64 |
※Required |
※上記のfile、base64のいずれかは必須となります
CURL
curl -X POST -F id=2475 -F apikey=$apikey -F "file=@/path/to/image/sample.png" "https://aimaker.io/image/classification/api"
Valid Response
JSON representation |
---|
{ "state": 1, "url": "https://aimaker.io/sample.png", "labels": { "0": { "score": 0.997, "label": "ラベル0" }, "1": { "score": 0.003, "label": "ラベル1" } } } |
Invalid Response
JSON representation |
---|
{ "state": 0, "messages": [ "不正なアクセスです。" ] } |
学習状況モニター
学習履歴
学習日時 | accuracy | loss_train | loss_test | モデル選択 |
---|---|---|---|---|
2018-10-14 13:08:30 | 33% | 0.091955 | 1.21592 | 選択する |