<?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: Naeem Ullah</title>
    <description>The latest articles on Forem by Naeem Ullah (@enaeemullah).</description>
    <link>https://forem.com/enaeemullah</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%2F882985%2F8d916597-1f06-4027-99e8-30c7a3b79e14.jpg</url>
      <title>Forem: Naeem Ullah</title>
      <link>https://forem.com/enaeemullah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/enaeemullah"/>
    <language>en</language>
    <item>
      <title>I Built an AI-Powered Face Shape Detector with Personalized Style Recommendations</title>
      <dc:creator>Naeem Ullah</dc:creator>
      <pubDate>Wed, 01 Apr 2026 04:32:49 +0000</pubDate>
      <link>https://forem.com/enaeemullah/i-built-an-ai-powered-face-shape-detector-with-personalized-style-recommendations-o49</link>
      <guid>https://forem.com/enaeemullah/i-built-an-ai-powered-face-shape-detector-with-personalized-style-recommendations-o49</guid>
      <description>&lt;p&gt;As developers, we often build tools that solve technical problems. This time, I wanted to build something more visual, practical, and fun.&lt;/p&gt;

&lt;p&gt;So I created a &lt;a href="https://faceshapedetector.app/" rel="noopener noreferrer"&gt;Face Shape Detector&lt;/a&gt; — a web app that analyzes a user’s face shape and provides personalized hairstyle, sunglasses, and style recommendations.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;p&gt;The app allows users to upload an image, and it automatically detects their face shape, such as:&lt;/p&gt;

&lt;p&gt;Oval&lt;br&gt;
Round&lt;br&gt;
Square&lt;br&gt;
Heart&lt;br&gt;
Diamond&lt;br&gt;
Rectangle&lt;/p&gt;

&lt;p&gt;After detection, it gives personalized suggestions like:&lt;/p&gt;

&lt;p&gt;Best hairstyles for the detected face shape&lt;br&gt;
Recommended sunglasses/frame styles&lt;br&gt;
Style tips and blog recommendations&lt;/p&gt;

&lt;p&gt;The goal was to make AI-powered style recommendations simple and accessible.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;p&gt;I built this project using:&lt;/p&gt;

&lt;p&gt;Next.js for the frontend and routing&lt;br&gt;
React for UI components&lt;br&gt;
AI / Face Detection Model for face analysis&lt;br&gt;
Responsive UI for mobile and desktop users&lt;br&gt;
Challenges I faced&lt;/p&gt;

&lt;p&gt;One of the biggest challenges was making the detection accurate enough for real-world images.&lt;/p&gt;

&lt;p&gt;Users upload photos with different:&lt;/p&gt;

&lt;p&gt;lighting conditions&lt;br&gt;
face angles&lt;br&gt;
image quality&lt;br&gt;
backgrounds&lt;/p&gt;

&lt;p&gt;Handling these variations while maintaining performance was an interesting problem.&lt;/p&gt;

&lt;p&gt;Another challenge was mapping face shapes to meaningful style recommendations instead of only showing raw AI output.&lt;/p&gt;

&lt;p&gt;Why I built it&lt;/p&gt;

&lt;p&gt;I wanted to combine:&lt;/p&gt;

&lt;p&gt;AI&lt;br&gt;
frontend development&lt;br&gt;
user personalization&lt;br&gt;
practical recommendations&lt;/p&gt;

&lt;p&gt;into a single product experience.&lt;/p&gt;

&lt;p&gt;Instead of just detecting a face shape, I wanted the app to actually help users make decisions.&lt;/p&gt;

&lt;p&gt;Future improvements&lt;/p&gt;

&lt;p&gt;Some ideas I’m planning next:&lt;/p&gt;

&lt;p&gt;beard style recommendations&lt;br&gt;
makeup suggestions&lt;br&gt;
celebrity look-alike comparisons&lt;br&gt;
better AI accuracy&lt;br&gt;
saved style history&lt;/p&gt;

&lt;p&gt;Would love feedback from the DEV community on both the technical and product side.&lt;/p&gt;

&lt;p&gt;What features would you add next?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
