<?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: Mykola Droviannykov</title>
    <description>The latest articles on DEV Community by Mykola Droviannykov (@mykola_droviannykov_d1d62).</description>
    <link>https://dev.to/mykola_droviannykov_d1d62</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4024479%2F4ee42c3a-82d6-458a-8b4a-b58ff0b45474.png</url>
      <title>DEV Community: Mykola Droviannykov</title>
      <link>https://dev.to/mykola_droviannykov_d1d62</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mykola_droviannykov_d1d62"/>
    <language>en</language>
    <item>
      <title>We built a free AI face shape detector with Claude Vision and Vercel</title>
      <dc:creator>Mykola Droviannykov</dc:creator>
      <pubDate>Fri, 10 Jul 2026 19:48:24 +0000</pubDate>
      <link>https://dev.to/mykola_droviannykov_d1d62/we-built-a-free-ai-face-shape-detector-with-claude-vision-and-vercel-46ea</link>
      <guid>https://dev.to/mykola_droviannykov_d1d62/we-built-a-free-ai-face-shape-detector-with-claude-vision-and-vercel-46ea</guid>
      <description>&lt;p&gt;At Epica Beauty we kept seeing the same question from users: "what face shape do I have?" People were measuring their faces with rulers and comparing themselves to celebrity photos. So we built a small tool that answers it from a single selfie: &lt;a href="https://testmyface.com" rel="noopener noreferrer"&gt;testmyface.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The stack is deliberately boring. The site is static HTML on Vercel. When a user uploads a photo, a single serverless function sends it to Claude's vision API with a prompt that asks for facial proportions (forehead width, cheekbone prominence, jawline shape, length-to-width ratio) and a classification into one of six shapes: oval, round, square, heart, diamond, or oblong. The response comes back as JSON with a confidence score and styling suggestions, and the frontend renders it. One page, one function, about $0.003 per analysis.&lt;/p&gt;

&lt;p&gt;Photos are never written to disk. The image goes from the browser to the function to the API and the result comes back in a few seconds.&lt;/p&gt;

&lt;p&gt;Things that surprised us: getting the model to commit to one shape instead of hedging between two took more prompt iteration than anything else, and a cheap small model classified faces as reliably as the larger ones once the prompt was strict enough.&lt;/p&gt;

&lt;p&gt;It is free and has no signup. If you try it, I would love to hear whether the classification matches what you thought your face shape was.&lt;/p&gt;

</description>
      <category>aiwebdevshowdevvercel</category>
    </item>
  </channel>
</rss>
