pytest
python src/main.py
./build.sh
docker run -it yuiseki/image-vec
/vector.json
GET
- request params
- url
- response type
application/json
- request params
POST
- request type
application/x-www-form-urlencoded
- request params
- image_b64
- string of base64 encoded image binary
- image_b64
- response type
application/json
- request type
- エラー処理
- GET
- 200以外のURLだったらエラーを返す
- 画像以外の場合はエラーを返す
- 巨大すぎる画像の場合はエラーを返す
- POST
- base64 decodeに失敗したらエラーを返す
- GET
- 学習モデルを選択できるようにする