Skip to content

Commit 3303626

Browse files
committed
Update Rationale in elektor stm32 ai blogpost
1 parent d32ab55 commit 3303626

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

โ€Žsrc/content/blog/elektor-stm32-edge-ai-contest.mdโ€Ž

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Edge AI meets watchmaking"
33
subtitle: "Elektor STM32 Edge AI Contest Idea"
44
description: "An initial post to test how Astro can generate static websites"
55
pubDate: "Mar 31 2025"
6-
updatedDate: "Apr 01 2025"
6+
updatedDate: "May 20 2025"
77
heroImage: "./images/elektor-smt32/hero.png"
88
---
99

@@ -15,7 +15,7 @@ In this post, I present a proof of concept Edge AI embedded device that can be u
1515

1616
## Rationale
1717

18-
I am a [professional engineer](https://jesus.engineer/#resume) and [amateur watchmaker](https://www.youtube.com/@jesusthewatchmaker) and bringing together the new field of Edge AI with the traditional art of horology looks like something I would love to do. This prototype intends to ideate a helpful tool that can be part of the quality control workflow of a watchmaker or precision machinist. This can be extended to QC in other precision manufacturing industries as well. Finally, this also serves as an exercise to validate if it is possible in 2025 to build a low-cost and low-power Edge AI device for such applications.
18+
This prototype intends to ideate a helpful tool that can be part of the quality control workflow of a watchmaker or precision machinist. This can be extended to QC in other precision manufacturing industries as well. Finally, this also serves as an exercise to validate if it is possible in 2025 to build a low-cost and low-power Edge AI device for such applications.
1919

2020
## Theory of operation
2121

@@ -135,16 +135,18 @@ Perhaps the most direct application of this prototype would be an AI-powered wat
135135

136136
## Roadmap
137137

138-
The project will start as soon as the STM32N6570-DK Discovery Kit arrives (๐Ÿคž).
139-
140138
1. โœจ Set up the development tools and toolchains to run a basic Model Zoo demo on the board.
141139
1. ๐Ÿ—บ๏ธ Explore the demos and examples available in the STM model zoo as well as the case studies.
142140
1. ๐Ÿ“š Getting familiar with the development tools and methods for this chip, particularly the scripts in the STM Model Zoo repository and X-Cube-AI documentation.
143141
1. ๐Ÿ–ผ๏ธ Development of a semantic segmentation model.
144142
1. ๐Ÿ“ Development of a landmark detection algorithm.
145143
1. ๐Ÿ‘‰ Development of a pose detection algorithm.
146-
1. ๐Ÿ“š Curating a high-quality training dataset for watch wheels.
147-
1. ๐Ÿ“š Optimization/Quantisation iterations.
148-
1. ๐Ÿ“š Development of a UI with overlayed information.
144+
1. ๐Ÿ“ˆ Curating a high-quality training dataset for watch wheels.
145+
1. ๐Ÿงฎ Optimization/Quantisation iterations.
146+
1. ๐Ÿ–ฑ๏ธ Development of a UI with overlayed information.
149147
1. โœ๏ธ Write the final documentation of the project.
150148
1. โœ‰๏ธ Submit the project to Elektor's competition.
149+
150+
## About the author
151+
152+
My name is Jesus Cano. I am a [professional engineer](https://jesus.engineer) and [amateur watchmaker](https://www.youtube.com/@jesusthewatchmaker).

0 commit comments

Comments
ย (0)