Fixed the docker-compose.yml (using small mongodb image) and main.yaml (in Continuous-Deployment freeing up the disk space)
0428fc8
Inder-26commited on
Fixing Cleanup & Deploy with Docker Compose
f3db3a5
Inder-26commited on
docker-compose file spelling 😂
9ac2894
Inder-26commited on
full CI/CD pipeline with Docker Compose + MongoDB fallback
78b54a8
Inder-26commited on
removed the unset-current-credentials and mask-aws-account-id from Continuous-Deployment and also did the changed in the permission of GitHubRunnerECRS3Policy
c83a154
Inder-26commited on
Changes in the Continuous deployment
d1dd6ce
Inder-26commited on
Excelling my carrier in the field of DevOps i think the Continuous Deployment has only given me continuous erros it seems now now i understand why we need the DevOps guys
909afe8
Inder-26commited on
I am tried now solving this , the project has now officially entered from MLOps project to DevOps project
96bf933
Inder-26commited on
❌ Removed:
cc8fa09
Inder-26commited on
Changed the port to 8080 and dagshub init enavles uding Variable "ENABLE_DAGSHUB"
d996a80
Inder-26commited on
Fixing version error in configure-aws-credentials @v1 to @v4
be0f864
Inder-26commited on
Add AWS credentials configuration step to Continuous Delivery job in main.yaml
3faf955
Inder-26commited on
Add AWS region setup step to Continuous Deployment job in main.yaml
702ad5a
Inder-26commited on
Refactor main.yaml to remove AWS credentials configuration step and streamline continuous deployment steps
b75fdf4
Inder-26commited on
Remove redundant AWS credentials configuration step from Continuous Deployment job
0e36cae
Inder-26commited on
Update main.yaml and app.py for improved CI/CD workflow and application accessibility
8de05be
Inder-26commited on
Add Continuous Deployment job to main.yaml for ECR image management
10e3d98
Inder-26commited on
Refactor Dockerfile to separate awscli installation and improve dependency management; remove pywin32 from requirements
c18cfbd
Inder-26commited on
Refactor Dockerfile to streamline AWS CLI installation and improve layer caching
eaddcc9
Inder-26commited on
Add build, tag, and push image step to ECR in CI/CD workflow
e982f07
Inder-26commited on
Add build and push ECR image job to CI/CD workflow
c9ed978
Inder-26commited on
Fix workflow syntax for linting and testing steps in main.yaml
6e9972e
Inder-26commited on
Deployment changes
f848d54
Inder-26commited on
Cloud pushed and s3 data storage implemented
8268752
Inder-26commited on
Pipeline completed and fastapi created
da68771
Inder-26commited on
mlflow and dagshub and you can see the models and compare them side by side and pick the best model according to you , I am using test_f1 as decision metric
c1c191a
Inder-26commited on
mlflow implemented in model_trainer.py
ef7b899
Inder-26commited on
Model Trainer And Evaluation With Hyperparameter Tuning