-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinference_blueprint.yaml
52 lines (43 loc) · 1.09 KB
/
inference_blueprint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
title: RUL Inference
version: 1.0.0
description: Predict when a company asset is likely to fail within given cycles using a pretrained CNN and a custom dataset
long_description: Predict when a company asset like a machine is likely to fail within given cycles using a pretrained CNN and a custom dataset.
author: "cnvrg"
author_email: "libhub@cnvrg.io"
tags:
- inference
tasks:
- title: inference
top: 400
left: 300
type: deploy
library: rul-inference
library_version: 1.0.0
command: python3 predict.py
kind: webservice
requirements:
cpu: 3.5
memory: 8
gpu: 0
hpu: 0
image: cnvrg/cnvrg:v5.0
language: python3
accept_files: false
file_name: predict.py
flask_config:
- key: DEBUG
value: 'True'
- key: TESTING
value: 'True'
function_name: predict
gunicorn_config:
- key: workers
value: '1'
prep_file: ''
prep_function: ''
input_example:
img: file
input_schema:
img: file
output_schema: {}
relations: []