<?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>Forem: F.SAHFEERUL WASIHF</title>
    <description>The latest articles on Forem by F.SAHFEERUL WASIHF (@wasihf).</description>
    <link>https://forem.com/wasihf</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%2F3373736%2F7de8c635-de85-48dd-b763-22ce636f9a51.jpg</url>
      <title>Forem: F.SAHFEERUL WASIHF</title>
      <link>https://forem.com/wasihf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/wasihf"/>
    <language>en</language>
    <item>
      <title>Building My First Mobile App Using React Native</title>
      <dc:creator>F.SAHFEERUL WASIHF</dc:creator>
      <pubDate>Mon, 21 Jul 2025 05:20:02 +0000</pubDate>
      <link>https://forem.com/wasihf/building-my-first-mobile-app-using-react-native-1e6</link>
      <guid>https://forem.com/wasihf/building-my-first-mobile-app-using-react-native-1e6</guid>
      <description>&lt;h2&gt;
  
  
  🚀 Introduction:
&lt;/h2&gt;

&lt;p&gt;During my internship at ACIC-KIF, I built two mobile apps—one of them was a smart NFC Tag Reader. This blog walks through the process of building my first mobile app using React Native.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Tech Stack:
&lt;/h2&gt;

&lt;p&gt;React Native&lt;/p&gt;

&lt;p&gt;JavaScript&lt;/p&gt;

&lt;p&gt;Expo&lt;/p&gt;

&lt;p&gt;React Native NFC Manager&lt;/p&gt;

&lt;p&gt;Firebase&lt;/p&gt;

&lt;h2&gt;
  
  
  📱 App Features:
&lt;/h2&gt;

&lt;p&gt;Detect and read NFC tags&lt;/p&gt;

&lt;p&gt;Display content from NFC in real time&lt;/p&gt;

&lt;p&gt;Responsive mobile UI&lt;/p&gt;

&lt;p&gt;Real-device testing&lt;/p&gt;

&lt;h2&gt;
  
  
  🚧 Challenges I Faced:
&lt;/h2&gt;

&lt;p&gt;NFC support is not available in all Android phones&lt;/p&gt;

&lt;p&gt;Handling permission requests was tricky&lt;/p&gt;

&lt;p&gt;Debugging device-specific behavior&lt;/p&gt;

&lt;h2&gt;
  
  
  🌟 What I Gained:
&lt;/h2&gt;

&lt;p&gt;Full app lifecycle understanding&lt;/p&gt;

&lt;p&gt;How to handle hardware interactions&lt;/p&gt;

&lt;p&gt;Firebase integration basics&lt;/p&gt;

</description>
      <category>mobile</category>
      <category>reactnative</category>
      <category>internship</category>
      <category>nfc</category>
    </item>
    <item>
      <title>How I Built an AI-Powered Face Recognition App from Scratch</title>
      <dc:creator>F.SAHFEERUL WASIHF</dc:creator>
      <pubDate>Mon, 21 Jul 2025 05:06:46 +0000</pubDate>
      <link>https://forem.com/wasihf/how-i-built-an-ai-powered-face-recognition-app-from-scratch-1k18</link>
      <guid>https://forem.com/wasihf/how-i-built-an-ai-powered-face-recognition-app-from-scratch-1k18</guid>
      <description>&lt;h2&gt;
  
  
  🚀 Introduction:
&lt;/h2&gt;

&lt;p&gt;Inspired by how streaming platforms measure actor screen time, I built a face recognition system from scratch. This project detects faces in a movie, groups them into characters, and calculates how long each face appears on screen.&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠️ Tech Stack:
&lt;/h2&gt;

&lt;p&gt;Python (OpenCV, Matplotlib)&lt;/p&gt;

&lt;p&gt;RetinaFace for face detection&lt;/p&gt;

&lt;p&gt;FaceNet for face recognition&lt;/p&gt;

&lt;p&gt;DBSCAN for clustering&lt;/p&gt;

&lt;p&gt;Jupyter Notebook for development&lt;/p&gt;

&lt;h2&gt;
  
  
  📚 Approach:
&lt;/h2&gt;

&lt;p&gt;Read video frame-by-frame using OpenCV&lt;/p&gt;

&lt;p&gt;Detect faces using RetinaFace&lt;/p&gt;

&lt;p&gt;Generate embeddings using FaceNet&lt;/p&gt;

&lt;p&gt;Cluster similar faces&lt;/p&gt;

&lt;p&gt;Ask user to label clusters manually&lt;/p&gt;

&lt;p&gt;Compute screen time per face&lt;/p&gt;

&lt;h2&gt;
  
  
  📈 What I Learned:
&lt;/h2&gt;

&lt;p&gt;Practical pipeline development in computer vision&lt;/p&gt;

&lt;p&gt;Face detection vs. recognition trade-offs&lt;/p&gt;

&lt;p&gt;Using unsupervised learning to cluster images&lt;/p&gt;

&lt;h2&gt;
  
  
  🎁 Results:
&lt;/h2&gt;

&lt;p&gt;Final output shows face clusters and their screen time in visual plots.&lt;/p&gt;

&lt;p&gt;Face images saved and labeled.&lt;/p&gt;

&lt;p&gt;Project ready for real-world analysis use cases.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔗 Check it out:&lt;/strong&gt; &lt;a href="https://github.com/SAHFEERULWASIHF/ScreenTimeCalculator" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>computervision</category>
      <category>facerecognition</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
