<?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: Sergio Serrano</title>
    <description>The latest articles on DEV Community by Sergio Serrano (@devlok).</description>
    <link>https://dev.to/devlok</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%2F1092410%2F14bf695c-ff47-45d6-861e-8656e8bb77b0.jpeg</url>
      <title>DEV Community: Sergio Serrano</title>
      <link>https://dev.to/devlok</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devlok"/>
    <language>en</language>
    <item>
      <title>App to classify bears with IA 🐻‍❄️🐻</title>
      <dc:creator>Sergio Serrano</dc:creator>
      <pubDate>Tue, 30 May 2023 17:01:45 +0000</pubDate>
      <link>https://dev.to/devlok/app-to-classify-bears-with-ia-48l</link>
      <guid>https://dev.to/devlok/app-to-classify-bears-with-ia-48l</guid>
      <description>&lt;p&gt;In 2023 all people are talking about IA. However, it is not totally new. New technologies have been developed by large companies for years, and one of the best known is Open IA.&lt;/p&gt;

&lt;p&gt;I have built a web application using Flask to consume services from the client, in this case, the Bear type classification. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--eSY7kmbu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pz849wct9804idcncukk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--eSY7kmbu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/pz849wct9804idcncukk.png" alt="Image description" width="800" height="660"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The model used is trained with a DataSet of bear images categorized into 6 classes, each of 50 images.&lt;/p&gt;

&lt;p&gt;🏴classes = [polar, spectacled, pardo, panda, malayo, americanBlack]&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--e4w7QybC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bksyxlc98e3d764uiuzy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--e4w7QybC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bksyxlc98e3d764uiuzy.png" alt="Image description" width="690" height="180"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The user should drag and drop an image or upload, clicking in the drop area to send the form.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fb4Pl-ML--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rwtiuzr99xix3ss8rgnh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fb4Pl-ML--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rwtiuzr99xix3ss8rgnh.png" alt="Image description" width="800" height="455"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finally, the model makes the prediction and shows you the type of bears with their main characteristics.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HXT9Eg75--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hgmz7l50hkxaex0p6vbh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HXT9Eg75--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/hgmz7l50hkxaex0p6vbh.png" alt="Image description" width="800" height="554"&gt;&lt;/a&gt;&lt;br&gt;
It is an open source project and can be modified according to contributions.&lt;/p&gt;

&lt;p&gt;Follow me for more content 💻🔬&lt;br&gt;
Link in the bio&lt;br&gt;
&lt;a href="https://github.com/SergioSerranoDv/Classification-Model"&gt;https://github.com/SergioSerranoDv/Classification-Model&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>flask</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
