Kidney Disease Detection using CNN, MLflow, DVC, Docker, and AWS deployment.
1.Update config.yaml 2.Update secrets.yaml [Optional] 3.Update params.yaml 4.Update the entity 5.Update the configuration manager in src config 6.Update the components 7.Update the pipeline 8.Update the main.py 9.Update the dvc.yaml 10.app.py
Clone the repository
https://github.com/Gavesh99324/kidney-disease-detection-mlopsconda create -n cnncls python=3.9 -yconda activate cnnclspip install -r requirements.txt- dvc init
- dvc repro
- dvc dag
#with specific access
-
EC2 access : It is virtual machine
-
ECR: Elastic Container registry to save your docker image in aws
#Description: About the deployment
-
Build docker image of the source code
-
Push your docker image to ECR
-
Launch Your EC2
-
Pull Your image from ECR in EC2
-
Lauch your docker image in EC2
#Policy:
-
AmazonEC2ContainerRegistryFullAccess
-
AmazonEC2FullAccess