<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DHARSHINI V</title>
    <description>The latest articles on DEV Community by DHARSHINI V (@dharshini_v_e802db3656637).</description>
    <link>https://dev.to/dharshini_v_e802db3656637</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3081276%2Fbf942a80-f8b4-428e-9bc5-360842a8ad4a.jpg</url>
      <title>DEV Community: DHARSHINI V</title>
      <link>https://dev.to/dharshini_v_e802db3656637</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dharshini_v_e802db3656637"/>
    <language>en</language>
    <item>
      <title>ML DAY 2 GIT ADVANCE COMMANDS</title>
      <dc:creator>DHARSHINI V</dc:creator>
      <pubDate>Mon, 28 Apr 2025 14:19:20 +0000</pubDate>
      <link>https://dev.to/dharshini_v_e802db3656637/ml-day-2-git-advance-commands-30c4</link>
      <guid>https://dev.to/dharshini_v_e802db3656637/ml-day-2-git-advance-commands-30c4</guid>
      <description>&lt;p&gt;1.The git diff command in Git is used to show the difference between changes in your code. It helps you see what has been added, modified, or deleted before you commit.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6mol7rilvux307vtyio.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg6mol7rilvux307vtyio.png" alt="Image description" width="800" height="234"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.The git log command shows the commit history of your Git repository. It’s like a timeline of all the changes made in your project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr081ip9fm0pbgtrfs29r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr081ip9fm0pbgtrfs29r.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3.The git clone command is used to create a local copy of a remote Git repository. It downloads the entire repository including all files, branches, and commit history.&lt;br&gt;
Syntax:&lt;br&gt;
git clone &lt;a href="https://github.com/username/repo-name.git" rel="noopener noreferrer"&gt;https://github.com/username/repo-name.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This creates a new folder named repo-name and puts the cloned repo inside.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr081ip9fm0pbgtrfs29r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr081ip9fm0pbgtrfs29r.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The git fork is not a Git command you run in your terminal — it's a concept used mostly on platforms like GitHub, GitLab, or Bitbucket.&lt;br&gt;
What is a Fork?&lt;br&gt;
A fork is a copy of someone else’s repository under your own account, usually done through a Git hosting service (like GitHub). It's often used when you want to:&lt;br&gt;
Propose changes to someone else's project (via pull requests).&lt;br&gt;
How to Fork (on GitHub):&lt;br&gt;
Go to the repository you want to fork.&lt;br&gt;
Click the "Fork" button in the top-right corner.&lt;br&gt;
GitHub will copy that repo to your own GitHub account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffjgrjjxqjf1jhnfi755l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffjgrjjxqjf1jhnfi755l.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frcybfwguanc444gzbj9h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frcybfwguanc444gzbj9h.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp8cashr0eqlgxuc5haf2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp8cashr0eqlgxuc5haf2.png" alt="Image description" width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;5.The git pull updates your local branch with the latest changes from the remote repository.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj48kp5h7dv0n98httjk9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj48kp5h7dv0n98httjk9.png" alt="Image description" width="800" height="424"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;6.The git push uploads your committed changes from your local branch to a remote branch.&lt;br&gt;
Syntax:&lt;br&gt;
git push origin branch-name&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuuk3k9bfb7ub3ok16emm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuuk3k9bfb7ub3ok16emm.png" alt="Image description" width="800" height="422"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>ML DAY 2 (24MCR019) CREATE AN DOCKER IMAGE FOR ML PROJECT</title>
      <dc:creator>DHARSHINI V</dc:creator>
      <pubDate>Mon, 28 Apr 2025 13:21:43 +0000</pubDate>
      <link>https://dev.to/dharshini_v_e802db3656637/ml-day-2-24mcr019-create-an-docker-image-for-ml-project-474f</link>
      <guid>https://dev.to/dharshini_v_e802db3656637/ml-day-2-24mcr019-create-an-docker-image-for-ml-project-474f</guid>
      <description>&lt;p&gt;Step1:&lt;/p&gt;

&lt;p&gt;Create an Folder Structure and download the DataSet from Iris dataset from Kaggle.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9z2cedtvl1cun6kafyg1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9z2cedtvl1cun6kafyg1.png" alt="Image description" width="550" height="414"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step2:&lt;/p&gt;

&lt;p&gt;Create an Dockerfile for creating an docker image.&lt;br&gt;
We can get the dependencies "FROM PYTHON:3.9" , it is used to get the dependencies.&lt;br&gt;
We can run the required tools for running of the projects in this we have use pandas,matplotlib, scikit-learn for docker image to be run.&lt;br&gt;
"RUN PIP INSTALL PANDAS MATPLOTLIB SCIKIT-LEARN"&lt;br&gt;
We have to use Command "COPY . .", we have used it for source and destination.&lt;br&gt;
We have used to start container by docker image command.&lt;br&gt;
"CMD[python,"sample.py"]"&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft5iklvqkrkr4zo7lezu8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft5iklvqkrkr4zo7lezu8.png" alt="Image description" width="786" height="507"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3:&lt;br&gt;
Create an docker image using&lt;br&gt;
"docker build -t username/filename:latest ."&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3u443qupx81gjhd7lza0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3u443qupx81gjhd7lza0.png" alt="Image description" width="800" height="244"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4:&lt;br&gt;
Run the Docker image using&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3vf0fcihfwo99mz7qwuc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3vf0fcihfwo99mz7qwuc.png" alt="Image description" width="800" height="277"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3fmxac6zk131pphuqls6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3fmxac6zk131pphuqls6.png" alt="Image description" width="800" height="317"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 5:&lt;br&gt;
Create an new branch in github repository and change that particular repository.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft1f4uo435dsrghd4yx74.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft1f4uo435dsrghd4yx74.png" alt="Image description" width="800" height="339"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 6:&lt;br&gt;
push the changes using add , commit , push to specific origin.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6k0wh2wds7bzdox02eqq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6k0wh2wds7bzdox02eqq.png" alt="Image description" width="800" height="380"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>ML DAY 1 (24MCR019)</title>
      <dc:creator>DHARSHINI V</dc:creator>
      <pubDate>Sat, 26 Apr 2025 15:09:00 +0000</pubDate>
      <link>https://dev.to/dharshini_v_e802db3656637/ml-day-1-24mcr019-2b1p</link>
      <guid>https://dev.to/dharshini_v_e802db3656637/ml-day-1-24mcr019-2b1p</guid>
      <description>&lt;p&gt;STEP-BY-STEP GIT COMMANDS EXECUTION&lt;/p&gt;

&lt;p&gt;INITIALIZE A GIT REPOSITORY:&lt;br&gt;
    git init&lt;br&gt;
Creates a new Git repository in the folder 24MCR019.&lt;/p&gt;

&lt;p&gt;ADD A FILE TO STAGING AREA:&lt;br&gt;
    git add ML.txt&lt;br&gt;
Adds ML.txt to the staging area.&lt;/p&gt;

&lt;p&gt;COMMIT THE FILE:&lt;br&gt;
    git commit -m "added personal details"&lt;br&gt;
Creates a commit with the message "added personal details".&lt;/p&gt;

&lt;p&gt;CHECK GIT STATUS:&lt;br&gt;
     git status&lt;br&gt;
Shows that ML.txt has been modified but not staged.&lt;/p&gt;

&lt;p&gt;VIEW COMMIT LOG:&lt;br&gt;
     git log&lt;br&gt;
Displays the commit history (one commit at this point).&lt;/p&gt;

&lt;p&gt;ADD REMOTE GITHUB REPOSITORY:&lt;br&gt;
     git remote add origin &lt;a href="https://github.com/dharshini-vel/24MCR019.git" rel="noopener noreferrer"&gt;https://github.com/dharshini-vel/24MCR019.git&lt;/a&gt;&lt;br&gt;
Links the local repository to a remote GitHub repo.&lt;/p&gt;

&lt;p&gt;CHECK CURRENT BRANCH:&lt;br&gt;
     git branch&lt;br&gt;
Shows the current branch is master.&lt;/p&gt;

&lt;p&gt;RENAME BRANCH FROM MASTER TO MAIN:&lt;br&gt;
     git branch -M main&lt;br&gt;
Renames the current branch to main.&lt;/p&gt;

&lt;p&gt;SET GIT GLOBAL CONFIG FOR EMAIL AND USERNAME:&lt;br&gt;
    git config --global user.email "&lt;a href="mailto:dharshini56k@gmail.com"&gt;dharshini56k@gmail.com&lt;/a&gt;"&lt;br&gt;
        git config --global user.name "dharshini-vel"&lt;br&gt;
Sets your global Git identity.&lt;/p&gt;

&lt;p&gt;PUSH CODE TO REMOTE REPO FOR THE FIRST TIME:&lt;br&gt;
     git push -u origin main&lt;br&gt;
Pushes the main branch to GitHub and sets upstream tracking.&lt;/p&gt;

&lt;p&gt;Then , Again We will Modify or add new file means we need to follow the same steps, like&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git add .
git commit -m “message”
git push origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvhx91gz9jgzbh13lhvk6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvhx91gz9jgzbh13lhvk6.png" alt="Image description" width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
