AIの情報
クラゲちゃん
キミのぼく度と丸い度と甘いもの度を診断するゲーっッ!!
クラゲ
スイーツ
丸い
round
sweet
jellyfish
ツヤツヤ
まんまる
まる
くらげ
海月
水母
シュークリーム
まんじゅう
ケーキ
cake
クレープ
チョコレート
お菓子
累計:3人
累計:221人
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=2309 -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-09-13 00:10:51 | 43% | 1.56005 | 1.94062 | 選択する |