STEP 1: Download the dataset from the kaggle.

Image description

STEP 2: save them in the one folder.

Image description

STEP 3: create the repository in the github.
STEP 4: given code run on the visual studio and install the python library on that after run the code.

Image description

Image description

Image description

Image description

Image description

STEP 5: In the output there will be a display the graph,plot on that. and collect them and save in the same file which is already is saved.
STEP 6: open the cmd and correct the path and create the branch.
STEP 7: add the files.

Image description

STEP 8: push them on the githup.

Image description

STEP 9: AFter open the githup and you can check them in that repository.

Image description

DOCKER COMMANDS

1.Check Docker version

Command:
docker --version

Image description

2.Create a Dockerfile in your project

Image description

3.Build Docker image

Command:
docker build -t gokila07/mca-24mcr042-ml:latest .

Image description

Image description

4.List Docker images

Command:
docker images

Image description

5.Push Docker image to DockerHub

Command:
docker push gokila07/mca-24mcr027

Image description

6.Open Docker Desktop to view images and containers

Image description

PUSH DOCKER FILE INTO GITHUB
Main branch
First Branch: feature-24mcr027

Image description

Second Branch: dockerfile

Image description