forked from AIModelShare/aimodelshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
70 lines (63 loc) · 1.58 KB
/
meta.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{% set name = "aimodelshare" %}
{% set version = "0.0.101" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 36b35968e0605fa57610eee39b568a491666ed4d76b5287ea8d276fb83294dd4
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.7
run:
- astunparse ==1.6.3
- boto3 ==1.18.2
- botocore ==1.21.2
- docker-py ==5.0.0
- ipython
- jinja2
- keras2onnx >=1.7.0
- networkx == 2.6.3
- onnx >=1.9.0
- onnxconverter-common >=1.7.0
- onnxmltools >=1.6.1
- onnxruntime >=1.7.0
- pydot == 1.3.0
- pyjwt ==2.2.0
- pympler ==0.9
- python >=3.7
- regex
- scikit-learn ==0.24.2
- seaborn >=0.11.2
- shortuuid >=1.0.8
- skl2onnx >=1.8.0
- tensorflow >=2.5.0
- tf2onnx
- pytorch >=1.8.1
- urllib3 ==1.25.11
- python-wget ==3.2
- xgboost >=0.90
- dill
test:
imports:
- aimodelshare
- aimodelshare.custom_approach
- aimodelshare.main
- aimodelshare.sam
about:
home: "https://www.modelshare.org"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Deploy locally saved machine learning models to a live rest API and web-dashboard. Share it with the world via modelshare.org"
doc_url: https://github.com/AIModelShare/aimodelshare/blob/master/README.md
dev_url: https://github.com/AIModelShare/aimodelshare
extra:
recipe-maintainers:
- raudipra
- mikedparrott