-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrxvision_structure.yaml
62 lines (62 loc) · 1.15 KB
/
rxvision_structure.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
RxVision:
infrastructure:
files:
- eks.tf
- gke.tf
- s3_minio.tf
- rds_postgres.tf
- networking.tf
- outputs.tf
- variables.tf
- main.tf
- terraform.tfvars
- backend.tf
kubernetes:
namespaces:
files:
- training.yaml
- inference.yaml
- monitoring.yaml
helm:
mlflow: {}
postgres: {}
minio: {}
prometheus-grafana: {}
deployments:
files:
- kserve.yaml
- kubeflow-pipeline.yaml
- fastapi-inference.yaml
src:
training:
files:
- pipeline.py
- data_preprocessing.py
- model_training.py
- model_evaluation.py
- requirements.txt
inference:
files:
- api.py
- model_loader.py
- inference.py
notebooks: {}
tests:
files:
- test_training.py
- test_inference.py
ci-cd:
github-actions:
files:
- train-model.yml
- deploy-inference.yml
- terraform-apply.yml
configs:
files:
- dev.yaml
- prod.yaml
files:
- README.md
- Dockerfile
- .gitignore
- Makefile