Skip to content

This repo is the end to end implementation of a regression problem statement where we are trying to predict the price of diamonds based on a set of input features. Also, this repo demonstrates how we can perform CICD deployment using GitHub Actions, ECR and EC2

Notifications You must be signed in to change notification settings

seemanshu-shukla/Diamond-Price-Prediction

Repository files navigation

End to End ML Project

Created a virtual environment

conda create -p venv python=3.8

conda activate venv/

Install all necessary libraries

pip install -r requirements.txt

AWS Deployment using ECR, EC2 and GitHub Actions:

AWS-Deployment_Using_ECR_ECR2_GitHub-Actions.docx

About

This repo is the end to end implementation of a regression problem statement where we are trying to predict the price of diamonds based on a set of input features. Also, this repo demonstrates how we can perform CICD deployment using GitHub Actions, ECR and EC2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published