<?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: Luke</title>
    <description>The latest articles on DEV Community by Luke (@luke_32c618cbd316e2250257).</description>
    <link>https://dev.to/luke_32c618cbd316e2250257</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%2F3500048%2Fa4e60dee-d4d2-46fb-a774-6f2a50a669ff.png</url>
      <title>DEV Community: Luke</title>
      <link>https://dev.to/luke_32c618cbd316e2250257</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luke_32c618cbd316e2250257"/>
    <language>en</language>
    <item>
      <title>An API for Wellness Data and Physiological Signal Processing</title>
      <dc:creator>Luke</dc:creator>
      <pubDate>Sat, 13 Sep 2025 17:18:02 +0000</pubDate>
      <link>https://dev.to/luke_32c618cbd316e2250257/an-api-for-wellness-data-and-physiological-signal-processing-6dl</link>
      <guid>https://dev.to/luke_32c618cbd316e2250257/an-api-for-wellness-data-and-physiological-signal-processing-6dl</guid>
      <description>&lt;p&gt;Hello devs,&lt;/p&gt;

&lt;p&gt;During my PhD research in physiological signal processing, I often felt like I was reinventing the wheel. Writing peak detection functions, debugging fiducial point detection, handling corrupted data segments — all before I could actually focus on the research.&lt;/p&gt;

&lt;p&gt;That’s why I created an API that lets you process physiological signals (PPG, arterial blood pressure, EKG, oscillometric BP, etc.) in the cloud.&lt;/p&gt;

&lt;p&gt;Instead of spending hours building pipelines, you just send your signal data, and the API returns the key features:&lt;/p&gt;

&lt;p&gt;📍 Fiducial points (e.g., SYS, DIA)&lt;/p&gt;

&lt;p&gt;❤️ Arrhythmia pattern detection&lt;/p&gt;

&lt;p&gt;🔜 (Coming soon) Specific cardiovascular markers estimation&lt;/p&gt;

&lt;h2&gt;
  
  
  🌍 Why an API?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No need for heavy local computation:&lt;/strong&gt; works even if your laptop isn’t powerful.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Always up to date:&lt;/strong&gt; no libraries to install or maintain, features get updated in the cloud.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scalable:&lt;/strong&gt; from individual researchers to companies, anyone can access advanced analysis through a simple request.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cost-effective:&lt;/strong&gt; you don’t need to buy large commercial software packages or analytics tools from big companies — you just use the API when you need it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ⚙️ How it works
&lt;/h2&gt;

&lt;p&gt;📤 1. You send your signal samples in CSV format together with the sampling frequency (Hz).&lt;/p&gt;

&lt;p&gt;🧠 2. The API runs on our server and applies proprietary algorithms for signal processing.&lt;/p&gt;

&lt;p&gt;📥 3. You instantly get back the results: fiducial point locations and arrhythmia analysis.&lt;/p&gt;

&lt;p&gt;That’s it. Simple, fast, and reproducible.&lt;/p&gt;

&lt;h2&gt;
  
  
  🙌 Feedback
&lt;/h2&gt;

&lt;p&gt;👉 Try the live demo here: &lt;a href="https://beatwell.tech/demo" rel="noopener noreferrer"&gt;https://beatwell.tech/demo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear from you:&lt;/p&gt;

&lt;p&gt;Which features would be most useful for your research or projects?&lt;/p&gt;

&lt;p&gt;What other types of analysis would you want to see in the API?&lt;/p&gt;

</description>
      <category>wellness</category>
      <category>api</category>
      <category>ai</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
