<?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: Sowmiya Sree</title>
    <description>The latest articles on DEV Community by Sowmiya Sree (@sowmiya_sree_42827246e75c).</description>
    <link>https://dev.to/sowmiya_sree_42827246e75c</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3082244%2F8f2e7319-69b4-41dd-b594-698e497afa73.png</url>
      <title>DEV Community: Sowmiya Sree</title>
      <link>https://dev.to/sowmiya_sree_42827246e75c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sowmiya_sree_42827246e75c"/>
    <language>en</language>
    <item>
      <title>Bayesian Regression Made Simple: Blending Fun, Learning, and Real-World Insight</title>
      <dc:creator>Sowmiya Sree</dc:creator>
      <pubDate>Mon, 28 Apr 2025 16:12:47 +0000</pubDate>
      <link>https://dev.to/sowmiya_sree_42827246e75c/bayesian-regression-made-simple-blending-fun-learning-and-real-world-insight-daj</link>
      <guid>https://dev.to/sowmiya_sree_42827246e75c/bayesian-regression-made-simple-blending-fun-learning-and-real-world-insight-daj</guid>
      <description>&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%2Fqnm27uu8jtrc7u087tkd.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%2Fqnm27uu8jtrc7u087tkd.png" alt="Image description" width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bayesianregression</category>
      <category>machinelearning</category>
      <category>realworlddata</category>
      <category>datavisualization</category>
    </item>
    <item>
      <title>Bayesian Regression Made Simple: Blending Fun, Learning, and Real-World Insight</title>
      <dc:creator>Sowmiya Sree</dc:creator>
      <pubDate>Fri, 25 Apr 2025 18:34:57 +0000</pubDate>
      <link>https://dev.to/sowmiya_sree_42827246e75c/bayesian-regression-made-simple-blending-fun-learning-and-real-world-insight-3ep</link>
      <guid>https://dev.to/sowmiya_sree_42827246e75c/bayesian-regression-made-simple-blending-fun-learning-and-real-world-insight-3ep</guid>
      <description>&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%2Ffgnj95blq3uymofbegg5.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%2Ffgnj95blq3uymofbegg5.png" alt="Image description" width="800" height="1200"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bayesianregression</category>
      <category>machinelearning</category>
      <category>realworlddata</category>
      <category>datavisualization</category>
    </item>
    <item>
      <title>Iris Species Classification Using Random Forest in Python</title>
      <dc:creator>Sowmiya Sree</dc:creator>
      <pubDate>Fri, 25 Apr 2025 18:21:49 +0000</pubDate>
      <link>https://dev.to/sowmiya_sree_42827246e75c/iris-species-classification-using-random-forest-in-python-5cdf</link>
      <guid>https://dev.to/sowmiya_sree_42827246e75c/iris-species-classification-using-random-forest-in-python-5cdf</guid>
      <description>&lt;p&gt;Step 1: Setup &amp;amp; Run Iris Dataset in VS Code&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Open VS Code&lt;/strong&gt; and &lt;strong&gt;create a new folder/project&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&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%2Fbmrmfcbg7u2lqv4lz1dd.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%2Fbmrmfcbg7u2lqv4lz1dd.png" alt="Image description" width="265" height="197"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Create a new Python file&lt;/strong&gt;, e.g., &lt;code&gt;iris.py&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&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%2F9hbl8r9doan6yn04dz08.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%2F9hbl8r9doan6yn04dz08.png" alt="Image description" width="676" height="579"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Paste this sample code&lt;/strong&gt; in &lt;code&gt;iris.py&lt;/code&gt;:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Run your script&lt;/strong&gt; in VS Code terminal:&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Step 2: Initialize Git and Create a New Branch&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Initialize Git (if not already done)&lt;/strong&gt;:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Check Git status&lt;/strong&gt;:&lt;/p&gt;&lt;/li&gt;
&lt;/ol&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%2Fehy59a5xc1gu3avod1qi.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%2Fehy59a5xc1gu3avod1qi.png" alt="Image description" width="471" height="88"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Create a new branch named &lt;code&gt;feature-24MCR105&lt;/code&gt;&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&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%2Faiizjj0v8pw92wlu9gns.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%2Faiizjj0v8pw92wlu9gns.png" alt="Image description" width="397" height="36"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Add all project files to Git&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&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%2Fqfsx4gpsnexn9lugeh2j.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%2Fqfsx4gpsnexn9lugeh2j.png" alt="Image description" width="603" height="246"&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%2Fxatmsoxjr5z4o2v8adru.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%2Fxatmsoxjr5z4o2v8adru.png" alt="Image description" width="198" height="24"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Commit your changes&lt;/strong&gt;:&lt;/li&gt;
&lt;/ol&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%2Fxvswrzoagxlhxh5mbmyk.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%2Fxvswrzoagxlhxh5mbmyk.png" alt="Image description" width="568" height="135"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3 : Add the remote:&lt;/p&gt;

&lt;p&gt;Step 4 : Push your branch:&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%2Fnp2cmw88uhy1kxzhb0yh.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%2Fnp2cmw88uhy1kxzhb0yh.png" alt="Image description" width="609" height="173"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>python</category>
      <category>vscode</category>
      <category>git</category>
    </item>
    <item>
      <title>Dockerize Your Python App and Push It to DockerHub</title>
      <dc:creator>Sowmiya Sree</dc:creator>
      <pubDate>Fri, 25 Apr 2025 17:12:20 +0000</pubDate>
      <link>https://dev.to/sowmiya_sree_42827246e75c/dockerize-your-python-app-and-push-it-to-dockerhub-1ah2</link>
      <guid>https://dev.to/sowmiya_sree_42827246e75c/dockerize-your-python-app-and-push-it-to-dockerhub-1ah2</guid>
      <description>&lt;p&gt;Step 1: Create Your Project Structure&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%2Fuxj1ayeezbskwlzopba9.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%2Fuxj1ayeezbskwlzopba9.png" alt="Image description" width="263" height="116"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2: Create the &lt;code&gt;main.py&lt;/code&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%2Fkgohjw3jpf2rv9gsgmfh.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%2Fkgohjw3jpf2rv9gsgmfh.png" alt="Image description" width="297" height="94"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3: Create the &lt;code&gt;requirements.txt&lt;/code&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%2Fydtvptvykpmrwe0t366r.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%2Fydtvptvykpmrwe0t366r.png" alt="Image description" width="636" height="125"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 4: Create the &lt;code&gt;Dockerfile&lt;/code&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%2Fw440bhhud66gwdmnpx30.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%2Fw440bhhud66gwdmnpx30.png" alt="Image description" width="741" height="324"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 5: Build the Docker Image&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%2F0llz987wjl86abh2pg5v.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%2F0llz987wjl86abh2pg5v.png" alt="Image description" width="800" height="298"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 6: Run and Test the Docker Image&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%2Fd6tdn41zagrwlyur0j0i.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%2Fd6tdn41zagrwlyur0j0i.png" alt="Image description" width="302" height="158"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 7: Log in to DockerHub&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%2F7pnuu2dwmp3q6fqfqmt8.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%2F7pnuu2dwmp3q6fqfqmt8.png" alt="Image description" width="724" height="108"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 8: Push the Image to DockerHub&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%2Fnc6zu28el0etrb1noc6u.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%2Fnc6zu28el0etrb1noc6u.png" alt="Image description" width="624" height="246"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>docker</category>
      <category>devops</category>
      <category>flask</category>
    </item>
    <item>
      <title>Create and Push a Personal Info Text File to GitHub Using Git</title>
      <dc:creator>Sowmiya Sree</dc:creator>
      <pubDate>Thu, 24 Apr 2025 07:46:15 +0000</pubDate>
      <link>https://dev.to/sowmiya_sree_42827246e75c/create-and-push-a-personal-info-text-file-to-github-using-git-2og1</link>
      <guid>https://dev.to/sowmiya_sree_42827246e75c/create-and-push-a-personal-info-text-file-to-github-using-git-2og1</guid>
      <description>&lt;p&gt;This hits important keywords like: create, push, text file, personal info, GitHub, and Git — all helpful for search visibility.&lt;/p&gt;

&lt;p&gt;Machine Learning Day - 1 &lt;/p&gt;

&lt;p&gt;Step 1 : Create a folder with the 24MCR105&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%2F40jyed7vbqtvz3guud0i.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%2F40jyed7vbqtvz3guud0i.png" alt="Image description" width="800" height="219"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 2 : Create a text file inside the above folder with personal information&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%2F8x9i38b5sz4qn42qkaaw.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%2F8x9i38b5sz4qn42qkaaw.png" alt="Image description" width="800" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 3 : Create a git repository named as 24MCR105&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%2Ffcmhx0e9u9zc8ekm2van.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%2Ffcmhx0e9u9zc8ekm2van.png" alt="Image description" width="800" height="306"&gt;&lt;/a&gt;&lt;br&gt;
Step 4 : Open a command prompt for that particular text file&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%2Ftz6omlv5rlll3mqvy2ig.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%2Ftz6omlv5rlll3mqvy2ig.png" alt="Image description" width="605" height="206"&gt;&lt;/a&gt;&lt;br&gt;
Step 5 : In the command prompt initially give git init&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%2Fsbsqyqg9eoiizwtcy85n.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%2Fsbsqyqg9eoiizwtcy85n.png" alt="Image description" width="481" height="58"&gt;&lt;/a&gt;&lt;br&gt;
Step 6 : Then type git add 24MCR105.txt to add file into that repo&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%2Fgatolm7nbl4sl5xtupqn.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%2Fgatolm7nbl4sl5xtupqn.png" alt="Image description" width="269" height="43"&gt;&lt;/a&gt;&lt;br&gt;
Step 7 : By using git commit -m "Added personal information” command we can commit the text document into the git 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%2Fc4zw6gcl38ebsf8qusje.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%2Fc4zw6gcl38ebsf8qusje.png" alt="Image description" width="435" height="100"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 8 : Use git config --global user.email "&lt;a href="mailto:sowmii99431@gmail.com"&gt;sowmii99431@gmail.com&lt;/a&gt;" command for the email identity&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%2Fx6srwwp71heoc3hsodtx.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%2Fx6srwwp71heoc3hsodtx.png" alt="Image description" width="551" height="40"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 9 : Then use git config --global user.name "Sowmiyasree2004" for user identity&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%2F95jitgol33ltbpn4wo6e.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%2F95jitgol33ltbpn4wo6e.png" alt="Image description" width="364" height="92"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 10 : By using the git status we can check whether we need to commit any files or not . It simply checks the status.&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%2F5ngju234oj989p71oy2t.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%2F5ngju234oj989p71oy2t.png" alt="Image description" width="499" height="33"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 11 : By giving git log command we can able to check the logs of the repo&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%2Fdibe83kljpecfu4yhwdt.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%2Fdibe83kljpecfu4yhwdt.png" alt="Image description" width="605" height="206"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 12 : Give git branch to see the 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%2F4xpxb20l65pb970iqhfi.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%2F4xpxb20l65pb970iqhfi.png" alt="Image description" width="194" height="49"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 13 : By giving git branch -M main we can change the branch from master to main&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%2F9b8kdjddpgh6bkfo2ypl.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%2F9b8kdjddpgh6bkfo2ypl.png" alt="Image description" width="268" height="42"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step 14 : Next step is giving the exact path of the repo using git remote add origin &lt;a href="https://github.com/Sowmiya-Sree/24MCR105" rel="noopener noreferrer"&gt;https://github.com/Sowmiya-Sree/24MCR105&lt;/a&gt; command&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%2Fufykkp3buuh7vlaf17uy.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%2Fufykkp3buuh7vlaf17uy.png" alt="Image description" width="612" height="61"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>github</category>
      <category>docker</category>
      <category>python</category>
    </item>
  </channel>
</rss>
