Deployed 0cd98c6 with MkDocs version: 1.6.1

This commit is contained in:
github-actions[bot]
2025-10-30 23:07:10 +00:00
parent 1cf6dd2f0a
commit 15be0aba0d
23 changed files with 293 additions and 259 deletions

View File

@@ -766,13 +766,13 @@ Here this edge computing is brought into a practice-oriented example, where a AI
<h2 id="idea"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.2</span> Idea</h2>
<p><img alt="Idea" src="img/idea.jpg" style="width:600px"/></p>
<h3 id="hardware"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.2.1</span> Hardware</h3>
<p><img alt="" src="img/watermeter_all.jpg" style="width:200px">
<img alt="" src="img/main.jpg" style="width:200px"/>
<img alt="" src="img/size.png" style="width:200px"/></img></p>
<p><img alt="Watermeter All" src="img/watermeter_all.jpg" style="width:200px">
<img alt="Main" src="img/main.jpg" style="width:200px"/>
<img alt="Size" src="img/size.png" style="width:200px"/></img></p>
<h3 id="web-interface"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.2.2</span> Web interface</h3>
<p><img alt="" src="img/watermeter.jpg" style="width:600px"/></p>
<p><img alt="Watermeter" src="img/watermeter.jpg" style="width:600px"/></p>
<h3 id="configuration-interface"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.2.3</span> Configuration Interface</h3>
<p><img alt="" src="img/edit_reference.jpg" style="width:600px"/></p>
<p><img alt="Edit Reference" src="img/edit_reference.jpg" style="width:600px"/></p>
<p><strong>Have fun in studying the new possibilities and ideas</strong></p>
<p>This is about image recognition and digitization, done totally on a cheap ESP32 board using artificial intelligence in form of convolutional neural networks (CNN). Everything, from image capture (OV2640), image preprocessing (auto alignment, ROI identification) all the way down to the image recognition (CNN structure) and result plausibility is done on a cheap 10 EUR device.</p>
<p>This all is integrated in an easy to do setup and use environment, taking care for all the background processing and handling, including regular job scheduler. The user interface is an integrated web server, that can be easily adjusted and offers the data as an API in different options.</p>