<?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: Akash Desarda </title>
    <description>The latest articles on DEV Community by Akash Desarda  (@akashdesarda).</description>
    <link>https://dev.to/akashdesarda</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%2F217930%2Fa22567db-93a3-433d-9859-3b2dc6dc3afe.png</url>
      <title>DEV Community: Akash Desarda </title>
      <link>https://dev.to/akashdesarda</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akashdesarda"/>
    <language>en</language>
    <item>
      <title>Version Control System for Data using DVC</title>
      <dc:creator>Akash Desarda </dc:creator>
      <pubDate>Thu, 26 Dec 2019 06:14:44 +0000</pubDate>
      <link>https://dev.to/akashdesarda/version-control-system-for-data-using-dvc-20fd</link>
      <guid>https://dev.to/akashdesarda/version-control-system-for-data-using-dvc-20fd</guid>
      <description>&lt;p&gt;One of the biggest pain working on a machine learning project is &lt;strong&gt;data management&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Using &lt;em&gt;VCS&lt;/em&gt; (like git) helps a lot during the development phase. But git doesn't work for the large dataset (in the likes of 100s of gbs). This problem can be fixed using &lt;a href="https://dvc.org"&gt;DVC&lt;/a&gt;. &lt;strong&gt;DVC&lt;/strong&gt; is like git for large dataset. This is not even the best part of DVC, in fact, the best part is it completely work like git (conceptually, syntactically)&lt;/p&gt;

&lt;p&gt;DVC has excellent &amp;amp; intuitive &lt;a href="https://dvc.org/doc"&gt;Documentation&lt;/a&gt;. I would say it is one of the best out there.&lt;/p&gt;

&lt;p&gt;Follow this &lt;a href="https://dvc.org/doc/tutorials"&gt;Official tutorial&lt;/a&gt; guide to getting started.&lt;/p&gt;

&lt;p&gt;DVC works with local file storage as well as cloud storage like AWS S3, GCP storage, etc&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>dvc</category>
      <category>data</category>
      <category>git</category>
    </item>
  </channel>
</rss>
