日向坂46のメンバーの中で誰に似てる?
総合ランキング:21位
AIの情報
日向坂46のメンバーの中で誰に似てる?
アイドルグループ「日向坂46」のメンバーで誰の顔と似ているか診断します。
井口眞緒
潮紗理菜
柿崎芽実
影山優佳
加藤史帆
齊藤京子
佐々木久美
佐々木美玲
高瀬愛奈
高本彩花
東村芽依
金村美玖
河田陽菜
小坂菜緒
富田鈴花
丹生明里
濱岸ひより
松田好花
宮田愛萌
渡邉美穂
上村ひなの
累計:1038人
累計:5954人
メンバーはいません。
AIを試してみる
画像ファイルで診断してみよう!
お絵描きで診断してみよう!
Twitterアイコンで診断してみよう!
ログインして試す
※Twitterでログインします。当サービスの利用によって勝手にツイートされることはございませんので、安心してご利用ください。
AIをみんなに紹介しよう!
みんなの診断結果を見る
AIを作ってみよう!
あなたにおすすめのAI
1.9 type personality - エニアグラム -(12人)
エニアグラム: 9つの性格
- タイプ1: 改革する人
- タイプ2: 人を助ける人
- タイプ3: 達成する人
- タイプ4: 個性的な人
- タイプ5: 調べる人
- タイプ6: 忠実な人
- タイプ7: 熱中する人
- タイプ8: 挑戦する人
- タイプ9: 平和をもたらす人
今日の人気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 Example
curl -X POST -F id=3800 -F apikey=$apikey -F "[email protected]/path/to/image/sample.png" "https://aimaker.io/image/classification/api"
PHP Example
$ch = curl_init();
curl_setopt_array($ch, [
CURLOPT_URL => "https://aimaker.io/image/classification/api",
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => [
'id' => 3800,
'apikey' => "$apikey",
'file' => new CURLFile("/path/to/image/sample.png"),
],
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_RETURNTRANSFER => true,
]);
$result = curl_exec($ch);
$response = json_decode($result, true);
print_r($response);
curl_close($ch);
Ruby Example
require 'rest_client'
response = RestClient::Request.execute(method: :post, url: 'https://aimaker.io/image/classification/api',
payload: {
'id' => 3800,
'apikey' => 'apikey',
'file' => File.new('/path/to/image/sample.png'),
}
)
puts response
Python Example
import requests
response = requests.post(
'https://aimaker.io/image/classification/api',
data={
'id': 3800,
'apikey': 'apikey'
},
files={
'file': open('/path/to/image/sample.png', 'rb')
}
)
print(response.json())
Valid Response
JSON representation |
---|
|
Invalid Response
JSON representation |
---|
|
学習状況モニター
学習履歴
学習日時 | accuracy | loss_train | loss_test | モデル選択 |
---|---|---|---|---|
2019-08-09 00:45:50 | 13% | 2.76712 | 2.95491 | 選択する |