Back to Compreface

Model Info.Component

ui/src/app/features/model-info/model-info.component.html

1.2.0579 B
Original Source

{{ 'model_info.service_info' | translate }}

{{ 'model_info.service_name' | translate }} {{ currentModel.name | truncate : 40 }}

{{ 'model_info.service_type' | translate }}{{ currentModel.type | lowercase }}

{{ 'model_info.created_on' | translate }}{{ currentModel.createdDate | date : 'yyyy-MM-dd' }}

{{ 'models.api_key' | translate }}{{ currentModel.apiKey }}

{{ 'side_menu.face_collection' | translate }}

{{ 'model_info.total_images' | translate }}

{{ currentModel.imageCount }}

{{ 'model_info.total_faces' | translate }}

{{ currentModel.subjectCount }}