<?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: Bikash Dahal</title>
    <description>The latest articles on DEV Community by Bikash Dahal (@bikashdahalgithub).</description>
    <link>https://dev.to/bikashdahalgithub</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%2F3936020%2F7d00c83a-a93b-4b15-9d9a-8f71a365a631.jpeg</url>
      <title>DEV Community: Bikash Dahal</title>
      <link>https://dev.to/bikashdahalgithub</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bikashdahalgithub"/>
    <language>en</language>
    <item>
      <title>How I Build Cat vs Dog Classifier</title>
      <dc:creator>Bikash Dahal</dc:creator>
      <pubDate>Sun, 17 May 2026 09:51:17 +0000</pubDate>
      <link>https://dev.to/bikashdahalgithub/how-i-build-cat-vs-dog-classifier-2jc2</link>
      <guid>https://dev.to/bikashdahalgithub/how-i-build-cat-vs-dog-classifier-2jc2</guid>
      <description>&lt;p&gt;In this project, I built a Cat vs Dog image classifier using deep learning and Python. The goal was to train a model that can accurately identify whether an image contains a cat or a dog.&lt;/p&gt;

&lt;p&gt;I used TensorFlow and Keras to build a Convolutional Neural Network (CNN). The dataset was preprocessed by resizing images to a fixed size and normalizing pixel values. After training the model, I achieved good accuracy on validation data.&lt;/p&gt;

&lt;p&gt;To make the project more interactive, I deployed it using Streamlit. Users can upload an image or capture one using a camera, and the model instantly predicts the result.&lt;/p&gt;

&lt;p&gt;This project helped me understand image classification, CNN architecture, and model deployment in a real-world application.&lt;/p&gt;

</description>
      <category>deeplearning</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
